Skip to content

Add IAMDevBox PKCE Generator to OAuth2 & OpenID section#202

Open
IAMDevBox wants to merge 1 commit intokdeldycke:mainfrom
IAMDevBox:add-pkce-generator-tool
Open

Add IAMDevBox PKCE Generator to OAuth2 & OpenID section#202
IAMDevBox wants to merge 1 commit intokdeldycke:mainfrom
IAMDevBox:add-pkce-generator-tool

Conversation

@IAMDevBox
Copy link

Adds a free online PKCE code verifier/challenge generator tool to the OAuth2 & OpenID section, placed right after the existing "PKCE Explained" article.

Why this addition is valuable:

The section already links to an article explaining PKCE, but has no interactive tool for generating PKCE pairs. Developers implementing OAuth 2.0 with PKCE need to generate code_verifier and code_challenge values for testing. IAMDevBox PKCE Generator provides:

  • Random code_verifier generation (RFC 7636 compliant)
  • S256 and plain code_challenge computation
  • Copy-to-clipboard for quick use in OAuth flows

This complements the existing "PKCE Explained" article by giving developers a hands-on tool to use alongside the conceptual explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants