-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate OAuth2 Scopes table #5130
base: main
Are you sure you want to change the base?
Conversation
perhaps there should be a section about what "approval" is, to avoid more confusion from users since i believe there's no formal approval process? |
What does "applications.store.update" actually authorize, I cannot find an endpoint that the token can use: are you sure that is not behind approval? |
tried to clarify this with
could add more information tho
yeah this scope does not require approval; this allows reading and managing store & achievement data for the user's apps with dev licenses, achievement endpoints are documented at https://discord.com/developers/docs/game-sdk/achievements#the-api-way maybe I should add a link to that in the scopes table |
This PR addresses some issues with the OAuth2 Scopes table by separating it into multiple groups:
I think this is a better alternative to the controversial #5127, as it should resolve confusion without removing documentation. I believe the documentation should continue to list all scopes, as it can be useful.
View updated section