0

API: OAuth token type is case sensitive on auth headers and doesn't match type returned from OAuth login

Keiko 8 years ago 0

The method:

/api/oauth/token

returns a token_type, typically of "bearer", however, any other API request that needs an authorization header expects tokens of this type to have the type "Bearer" (capital B), and using type of "bearer" results in a Not Authorized response