Oauth provider not working

I have a oauth provider that supports PKCE with implicit grant but it errors with Error Code: oauth_code_verification_failed Looking at the documentation they specify this on PKCE, REQUIRED. A minimum length of 43 characters and a maximum length of 128 characters. See the detail of PKCE code_challenge.
4 Replies
bianc8.eth
bianc8.eth3mo ago
hey there did u manage to fix this?
Slime
SlimeOP3mo ago
There wasn't a solution other than coding my own plugin, so I didn't use better-auth for it You have the same issue? Cause my issue was specifically the PKCE
bianc8.eth
bianc8.eth3mo ago
me 2 i am setting up lichess.org OAuth with PKCE and after i get redirected back from lichess to my website i get oauth_code_verification_failed what did u end up using?
Slime
SlimeOP3mo ago
Just my own coded stuff In sveltekit

Did you find this page helpful?