Skip to content

Fix Authorization header schema

Gabriele Lucci requested to merge fix-authorization-header into master

Header should look like this: Authorization: Bearer <jwt-token>

JWT is not a proper schema. When the header contains a JWT token, the schema must be set to Bearer.

See:

Merge request reports