Actions
Issue #3164
closedRequesting a JWT token doesn't support basic auth
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently, you have to pass username and password in the body of the POST request to /api/v3/jwt. It should probably use basic auth.
Related issues
Updated by daviddavis almost 7 years ago
There's some debate around whether to use basic auth in addition to allowing users to submit username/password as POST params or just basic auth.
Updated by daviddavis almost 7 years ago
- Subject changed from Requesting a JWT token should have basic auth to Requesting a JWT token should support basic auth
Updated by daviddavis almost 7 years ago
- Subject changed from Requesting a JWT token should support basic auth to Requesting a JWT token doesn't support basic auth
Updated by bmbouter almost 7 years ago
I think we should only accept basic auth. Having one endpoint accept another one seems inconsistent.
Updated by daviddavis almost 7 years ago
- Related to Story #3163: As a user, I can refresh an unexpired JWT. added
Updated by daviddavis almost 7 years ago
JWT got removed from the MVP. Going to revisit again in 3.1+ with new user stories.
Updated by daviddavis almost 7 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions