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

Refactor FallbackToAuthBasicMiddleware to non-deprecated middleware syntax #2025

Open
mikkonie opened this issue Oct 9, 2024 · 0 comments
Open
Labels
internal Changes invisible to the user or APIs (e.g. refactoring and optimization)

Comments

@mikkonie
Copy link
Contributor

mikkonie commented Oct 9, 2024

I guess we adapted this from some very old bit of code as it uses the deprecated middleware style from Django <1.10. It still works, but will probably be dropped eventually.

See here for how we're supposed to implement these nowadays.

Not urgent and I don't want to spend time on this now since #1999 has already taken too long. I'll tag this when next working on something relevant.

@mikkonie mikkonie added the internal Changes invisible to the user or APIs (e.g. refactoring and optimization) label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes invisible to the user or APIs (e.g. refactoring and optimization)
Projects
None yet
Development

No branches or pull requests

1 participant