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

docs(authentication): Improve auth docs to match current allauth best practices and syntax #2979

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

jinnatar
Copy link

  • Allauth has changed the OIDC provider to use the APPS syntax instead of SERVERS
  • The link to all providers was dead.
  • Allauth recommends that a provider should be configured through only one method, and weird issues can arise when there's a conflicting provider_id via ENV and Django Admin.
  • PKCE is starting to be very common and required, added that to the example. (Separate PR to improve openid_connect docs in django-allauth for that.)

@vabene1111
Copy link
Collaborator

perfect. thank you very much!

@vabene1111 vabene1111 merged commit c5d39b1 into TandoorRecipes:develop Feb 27, 2024
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.

None yet

2 participants