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

RFC: support PKCE #470

Closed
wants to merge 1 commit into from
Closed

RFC: support PKCE #470

wants to merge 1 commit into from

Conversation

READ10
Copy link

@READ10 READ10 commented Jan 17, 2023

django-allauth has implemented support for PKCE. This RFC PR adds the necessary code_verifier field to the serializer. I've tested it with Google, but I'd like feedback on whether this is something you'd consider merging before I spend more time on it.

@READ10
Copy link
Author

READ10 commented Jan 17, 2023

I should have mentioned that this requires the most recent django-allauth from git, what's available from pypi isn't new enough.

@iMerica
Copy link
Owner

iMerica commented Jan 29, 2023

Thank you for taking the time to consider this change. Please. see https://github.com/iMerica/dj-rest-auth/blob/master/README.md#a-note-on-django-allauth-from-imerica

@vecchp
Copy link

vecchp commented Sep 19, 2023

@iMerica I read through your Readme notes and I still don't quite understand the rejection reason for this request. This was a rejection of a security improvement which is part of the Oauth standard and not an allauth specific feature.

This was referenced Oct 10, 2023
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

Successfully merging this pull request may close these issues.

3 participants