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

Closes #16580: Remove AUTH_EXEMPT_PATHS #16662

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

jeremystretch
Copy link
Member

Fixes: #16580

  • Remove the AUTH_EXEMPT_PATHS settings and its enforcement in middleware
  • Introduce ConditionalLoginRequiredMixin for enforcement of LOGIN_REQUIRED
  • Ensure that all applicable views inherit from either LoginRequiredMixin or ConditionalLoginRequiredMixin

@jeremystretch jeremystretch added this to the v4.1 milestone Jun 20, 2024
@jeremystretch jeremystretch marked this pull request as ready for review June 25, 2024 12:50
@jeremystretch jeremystretch merged commit c22463f into feature Jun 26, 2024
6 checks passed
@jeremystretch jeremystretch deleted the 16580-remove-auth_exempt_paths branch June 26, 2024 16:05
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants