Revert "Add GitHub auth"

This reverts commit c146006476.
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-04 19:22:04 +09:00
parent c146006476
commit 147ad69864
14 changed files with 8 additions and 416 deletions

View file

@ -82,11 +82,6 @@ export interface ILocalUser extends IUserBase {
userId: string;
screenName: string;
};
github: {
accessToken: string;
id: string;
login: string;
};
line: {
userId: string;
};
@ -285,9 +280,6 @@ export const pack = (
delete _user.twitter.accessToken;
delete _user.twitter.accessTokenSecret;
}
if (_user.github) {
delete _user.github.accessToken;
}
delete _user.line;
// Visible via only the official client