mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
feat: use standalone Twitter OAuth provider instead of goth (#2632)
This commit is contained in:
@ -282,7 +282,7 @@ const authInfo = {
|
||||
endpoint: "https://id.twitch.tv/oauth2/authorize",
|
||||
},
|
||||
Twitter: {
|
||||
scope: "users.read",
|
||||
scope: "users.read%20tweet.read",
|
||||
endpoint: "https://twitter.com/i/oauth2/authorize",
|
||||
},
|
||||
Typetalk: {
|
||||
|
Reference in New Issue
Block a user