You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a user clicks [cancel] during the discord oauth flow the application should gracefully handle this exception by redirecting the user to a page describing the failure and how to remediate it.
example callback failure url http://localhost:3000/api/oauth2/discord/bot/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request
access_denied
The text was updated successfully, but these errors were encountered:
when a user clicks [cancel] during the discord oauth flow the application should gracefully handle this exception by redirecting the user to a page describing the failure and how to remediate it.
example callback failure url
http://localhost:3000/api/oauth2/discord/bot/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request
access_denied
The text was updated successfully, but these errors were encountered: