Opened 14 months ago
Closed 14 months ago
#34872 closed Bug (invalid)
DRF Auth Issue
Reported by: | msillz | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 4.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 , 14 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.