django-oidc-provider/oidc_provider/lib
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
..
endpoints support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
utils Accept lowercase "bearer" in Authorization header 2018-08-02 13:42:21 -05:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Fix scopeclaims class. 2018-07-26 23:12:45 -03:00
errors.py Add token introspection endpoint to satisfy https://tools.ietf.org/html/rfc7662 2018-04-23 10:47:01 +01:00