developer-portal
developer-portal copied to clipboard
fix: no auth on /token with PKCE
bypasses the check of the authorization header or client secret on the /token endpoint if the code_verifier param is present, which is only when using auth code flow with PKCE
missing test cases, and if you can upgrade to [email protected] for all CI tests to pass
@0xPenryn Close this?