juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
416 stars 239 forks source link

Fix token type to be Bearer not bearer #413

Closed mkalioby closed 8 months ago

mkalioby commented 8 months ago

As it causes issues in some clients

juanifioren commented 8 months ago

Hello, it should not be causing problems since value is case insensitive. Source: https://www.rfc-editor.org/rfc/rfc6749#section-4.2.2