VibeGear
Inspectors

OAuth 2.0 helper (PKCE + URLs)

Generate PKCE values, build authorize URLs, parse return URLs.

Tools → Inspect → OAuth 2.0 helper · 7-day free trial · Premium $9.99 / yr

Try it now·runs locally · nothing uploaded
PKCE values for your OAuth 2.0 flow
code_verifier

Keep this secret. You'll need it on the token exchange.

code_challenge (S256)

Send in authorize URL with code_challenge_method=S256.

state

Send in authorize URL, verify on return to prevent CSRF.

Want this and 50 more tools at one keyboard shortcut, with collections and persistence?Install free trial →
Premium

Built for the things AI can’t fake

This tool runs free, right here. The extension adds three things a web widget can’t:

Start 7-day trial

What it does

OAuth 2.0 with PKCE is the standard auth flow for SPAs, mobile apps, and CLIs. You generate a code_verifier, derive a code_challenge (SHA-256 + base64url), include it in the authorize URL, and exchange the returned code (plus the verifier) for tokens.

The OAuth helper does all of that locally: generates the cryptographically-strong values, assembles the authorize URL with your client_id / redirect_uri / scope, and parses the redirect-back URL to surface the code, state, errors, and any id_token (decoded as a JWT).

Why use VibeGear's oauth 2.0 helper (pkce + urls)

How to use it

  1. 1Tools → Inspect → OAuth 2.0 helper.
  2. 2Click Regenerate for fresh PKCE values.
  3. 3Fill in client_id / redirect_uri / scope; copy the authorize URL.
  4. 4After the IdP redirects back, paste the URL into the parser to see what came back.

Related tools

Premium

One install. Every tool above.

7 days free, then VibeGear Premium is $9.99 / €9.99 per year. Everything runs locally.

Install & start trial →