OAuth Client
This application handles the OAuth 2.0 Authorization Code flow.
After authorization, you will be redirected to /callback?code=... where the code will be exchanged for an access token.
How it works
- The OAuth provider redirects to
/callback?code=AUTH_CODE - The app exchanges the code for an access token
- Token details are displayed, with an option to refresh the token