bruno
bruno copied to clipboard
Fix OAuth2 code verifier too short
As per RFC 7636: Proof Key for Code Exchange we should expect code verifier to be at least 43 characters after URL encode. Current implementation only gives only 32.
Fixes #1793