django-oidc-provider/oidc_provider
Sjoerd Langkemper 2fc4c138b3 Make (user, client) unique on UserConsent
We assume this combination is unique with our get and get_or_create
calls.
2015-11-10 11:29:05 +01:00
..
lib Merge from ByteInternet:refresh-tokens 2015-09-30 12:59:08 -03:00
management Append binary file mode to write RSA exported key needed by Python 3 2015-10-19 21:46:25 +02:00
migrations Make (user, client) unique on UserConsent 2015-11-10 11:29:05 +01:00
templates/oidc_provider Remove unnecessary tag in authorize template. 2015-03-19 14:10:30 -03:00
tests Add a basic test for the creatersakey management command 2015-10-19 21:46:25 +02:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
admin.py Remove UserInfo from admin.py. 2015-08-05 13:21:17 -03:00
models.py Make (user, client) unique on UserConsent 2015-11-10 11:29:05 +01:00
settings.py Add custom user info model feature. 2015-08-11 15:58:52 -03:00
urls.py Add logout view to enable minimal session mgmt 2015-07-24 11:36:45 +02:00
views.py Fix #49 updating pyjwkest version to 1.0.6 2015-10-17 23:49:59 +02:00