bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Fix OAuth2 code verifier too short

Open pietrygamat opened this issue 1 year ago • 0 comments

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

pietrygamat avatar Mar 13 '24 23:03 pietrygamat