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

documentation: order of middleware #11

Open
driesdesmet opened this issue Feb 28, 2018 · 0 comments
Open

documentation: order of middleware #11

driesdesmet opened this issue Feb 28, 2018 · 0 comments

Comments

@driesdesmet
Copy link

I ran into the issue where I had put the ''asymmetric_jwt_auth.middleware.JWTAuthMiddleware' before 'django.contrib.auth.middleware.AuthenticationMiddleware', and because django's authentication middleware overwrites request.user every time, I didn't get the desired authentication. Maybe this is obvious to a seasoned django developer, but I think putting this somewhere in the docs, could help other users.

Thanks.

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

1 participant