django-oidc-provider/oidc_provider/lib/utils
Andy Clayton f1ed3328f8 Accept lowercase "bearer" in Authorization header
We ran into a client that blindly takes the value of token_type, which
is lowercase "bearer", and passes that back in the Authorization header.
In an earlier PR #99 there seemed to be some support for this change to
simply accept "bearer" in addition to "Bearer".
2018-08-02 13:42:21 -05:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
common.py Merge pull request #251 from q3aiml/userinfo-cors-preflight 2018-07-02 14:20:21 -03:00
oauth2.py Accept lowercase "bearer" in Authorization header 2018-08-02 13:42:21 -05:00
token.py Remove scope param from OIDC_IDTOKEN_PROCESSING_HOOK 2018-05-31 10:23:58 +03:00