Opened 19 months ago
Closed 19 months ago
#34872 closed Bug (invalid)
DRF Auth Issue
Description ¶
Basic HTTP Authentication being listen above Session / Token authentication was causing some users to get "stuck". The template views were returning the current user's data however, the tokens from the DRF were still linked to a previous login.
I don't know if this is my fault or not. That said, moving rest_framework.authentication.BasicAuthentication to the bottom fixed the issue. This seems like a design problem to me.
Change History (1)
comment:1 by , 19 months ago
Component: | CSRF → Uncategorized |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This isn't the bug tracker for DRF, and you've make a support request rather than reported a bug. See TicketClosingReasons/UseSupportChannels for ways to get help.