-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there support for PCKE in the Exchange() method? #129
Comments
@andrewcretin Did you have any luck working this out? I'm stuck with the same error |
No luck yet. I tried debugging for a while, and couldn't find any updates in Spotify docs so left it until now. Will likely look again this week - surely others are experiencing the same |
I'm working on getting this integrated, will hopefully have something in the next week. |
Old issue, but here's a working implementation of PKCE in a project of mine if anyone's interested. I solved the "invalid code_verifier" issue by trimming the trailing |
Yes this is possible, there's a working example in I also got caught by the same |
I've started receiving errors saying 'invalid code_verifier' on the Exchange method. This worked fine before, but now I am unable to get a valid token from the code.
On the client I am not getting a code_verifier or any other params as apart of the callback url.
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: