You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This decorator is so frustrating to use. Different apps gets authenticated and sometimes it doesn't.
I tried logging out and logging in from admin page. Tried different browser, Tried incognito. This JWT auth is the one that has been giving me a huge issue.
The text was updated successfully, but these errors were encountered:
Django Ninja's auth will store the authenticated entity in request.auth. request.user is still what authenticated by your Django settings, e.g. user of current session with django.contrib.sessions.middleware.SessionMiddleware.
When disabling auth
This decorator is so frustrating to use. Different apps gets authenticated and sometimes it doesn't.
I tried logging out and logging in from admin page. Tried different browser, Tried incognito. This JWT auth is the one that has been giving me a huge issue.
The text was updated successfully, but these errors were encountered: