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

  1. The OAuth provider redirects to /callback?code=AUTH_CODE
  2. The app exchanges the code for an access token
  3. Token details are displayed, with an option to refresh the token