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
hey there did u manage to fix this?
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
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?Just my own coded stuff
In sveltekit