🔥 Fuck Twitter provider integration

This commit is contained in:
Maxim Lebedev 2023-08-05 08:51:17 +06:00
parent 0d4843e4f9
commit 741f7000d8
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 0 additions and 13 deletions

View File

@ -35,19 +35,6 @@ var (
URL: "/",
}
ProviderTwitter = Provider{
AuthURL: "https://twitter.com/i/oauth2/authorize",
ClientID: "",
ClientSecret: "",
Name: "Twitter",
Photo: path.Join("static", "providers", "twitter.svg"),
RedirectURL: path.Join("callback", "twitter"),
Scopes: []string{"tweet.read", "users.read"},
TokenURL: "https://api.twitter.com/2/oauth2/token",
UID: "twitter",
URL: "https://twitter.com/",
}
ProviderGitHub = Provider{
AuthURL: "https://github.com/login/oauth/authorize",
ClientID: "",