fix roblox oauth
This commit is contained in:
@@ -27,4 +27,6 @@ const (
|
||||
AuthRecipeMethodMicrosoft = "microsoft"
|
||||
// AuthRecipeMethodTwitch is the twitch auth method
|
||||
AuthRecipeMethodTwitch = "twitch"
|
||||
// AuthRecipeMethodRoblox is the roblox auth method
|
||||
AuthRecipeMethodRoblox = "roblox"
|
||||
)
|
||||
|
@@ -17,6 +17,9 @@ const (
|
||||
|
||||
TwitterUserInfoURL = "https://api.twitter.com/2/users/me?user.fields=id,name,profile_image_url,username"
|
||||
|
||||
// RobloxUserInfoURL is the URL to get user info from Roblox
|
||||
RobloxUserInfoURL = "https://apis.roblox.com/oauth/v1/userinfo"
|
||||
|
||||
DiscordUserInfoURL = "https://discord.com/api/oauth2/@me"
|
||||
// Get microsoft user info.
|
||||
// Ref: https://learn.microsoft.com/en-us/azure/active-directory/develop/userinfo
|
||||
|
Reference in New Issue
Block a user