Closed flouc001 closed 7 years ago
The authentication scheme type comparison should be case insensitive. It's detailed in the OAuth 2.0 RFC, see token_type.
token_type
This should 'fix' issue #117.
Merged. In the future please add tests to validate new behavior.
The authentication scheme type comparison should be case insensitive. It's detailed in the OAuth 2.0 RFC, see
token_type
.