Fix Authorization header schema
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:
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: