Skip to content
Snippets Groups Projects

Implement RFC 6750 instead of custom header for JWT

Merged Daniel Gerhardt requested to merge auth-bearer-token into master

The JWT is now read from the Authorization header:

Authorization: Bearer <JWT>

The Arsnova-Auth-Token header is no longer supported.

Using a standard header simplifies integration of the API with other services and HTTP/REST libraries and tools.

RFC 6750:
https://tools.ietf.org/html/rfc6750

Edited by Daniel Gerhardt

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply