Skip to content
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

Open
diegosasw opened this issue Jun 16, 2023 · 7 comments
Open

PKCE support (code_challenge) #21

diegosasw opened this issue Jun 16, 2023 · 7 comments

Comments

@diegosasw
Copy link

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.

@diegosasw diegosasw changed the title PKCE support and PKCE support (code_challenge) Jun 16, 2023
@aborn
Copy link
Owner

aborn commented Jun 19, 2023

Currently, the package doesn't support PKCE.

@karatekaneen
Copy link

@aborn What would need to be changed in order to support pkce?

@aborn
Copy link
Owner

aborn commented Jan 30, 2024

As pkce, you needs pass Code Verifier and Code Challenge params for Authorization Code Flow . You can have try, and give PR.

@DiogoCunhaMoreira
Copy link

Hello guys,

Any news about this issue?

Thanks a lot!
Diogo

@karatekaneen
Copy link

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.

@VictorioBerra
Copy link

PKCE is the standard now. Need support!

@mishu-
Copy link

mishu- commented Oct 30, 2024

Any pointers from anyone who solved pkce for nuxt 3 on client side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants