A modern identity lab complementing the OAuth playground with OIDC discovery, PKCE, device authorization, introspection and revocation.
Base URL: https://funapi.dev/api/identity/v1 · 6 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
provider metadata
GET /identity/v1/.well-known/openid-configuration — OIDC discovery documentGET /identity/v1/jwks — Demo JSON Web Key SetPKCE and lifecycle
POST /identity/v1/authorize — Issue an authorization code with real PKCE (S256)POST /identity/v1/token — Exchange a PKCE code for scoped tokens — verifies BASE64URL(SHA256(codeVerifier)) against the stored codeChallengePOST /identity/v1/introspect — Introspect an access tokenPOST /identity/v1/revoke — Revoke an access token