A valid request URL is required to generate request examples
{
"error": "<string>"
}
Auth
Discord OAuth2 callback
Handles the OAuth2 callback from Discord. Exchanges the authorization code for an access token, fetches user info, creates a JWT session, sets an httpOnly cookie, and redirects to the dashboard.
GET
/
auth
/
discord
/
callback
Error
A valid request URL is required to generate request examples