django-oidc-provider/oidc_provider/lib/endpoints
Bono de Visser 69b793a363 Make it easier to change AuthorizeEndpoint and Client
To make it easier to change the AuthorizeEndpoint and Client we set them as class variables. Then people inheriting from the view are able to easily change them. In my personal case this helps with skipping consent more explicitly as defined in issue https://github.com/juanifioren/django-oidc-provider/issues/278
2018-09-14 11:21:57 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py Make it easier to change AuthorizeEndpoint and Client 2018-09-14 11:21:57 +02:00
introspection.py support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
token.py include request in password grant authenticate call 2018-05-12 09:18:56 -05:00