Skip to content
Snippets Groups Projects
Commit 640cb652 authored by Daniel Gerhardt's avatar Daniel Gerhardt Committed by Daniel Gerhardt
Browse files

Implement RFC 6750 instead of custom header for JWT

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
parent f11cadde
1 merge request!144Implement RFC 6750 instead of custom header for JWT
Pipeline #29687 passed with warnings with stages
in 1 minute and 22 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment