-
Notifications
You must be signed in to change notification settings - Fork 16
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
PKCE support (code_challenge) #21
Comments
Currently, the package doesn't support PKCE. |
@aborn What would need to be changed in order to support pkce? |
As pkce, you needs pass |
Hello guys, Any news about this issue? Thanks a lot! |
No news from me. We chose another project for our authentication unfortunately so didn't ever get to build the PKCE part for this one. |
PKCE is the standard now. Need support! |
Any pointers from anyone who solved pkce for nuxt 3 on client side? |
This library looks great, thanks. I am following the playground example.
I am using a Duende Identity Server OIDC provider and I have adapted the sample to make it work.
However I had to disable PKCE in the OIDC provider not to get an error
code_challenge is missing
I am wondering whether the library supports PKCE. I know
oidc-client-ts
does.The text was updated successfully, but these errors were encountered: