Implement session-based and OAuth 2 authentications

Relates #21. Please see acceptance docs for feature details.

Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
This commit is contained in:
Aaron Tan
2017-11-02 17:18:27 -04:00
committed by adamscmRH
parent 2ebee58727
commit 1c2621cd60
37 changed files with 1712 additions and 144 deletions

View File

@@ -16,6 +16,7 @@ django-celery-results==1.0.1
django-crum==0.7.1
django-extensions==1.7.8
django-jsonfield==1.0.1
django-oauth-toolkit==1.0.0
django-polymorphic==1.3
django-pglocks==1.0.2
django-radius==1.1.0

View File

@@ -59,6 +59,7 @@ django-celery-results==1.0.1
django-crum==0.7.1
django-extensions==1.7.8
django-jsonfield==1.0.1
django-oauth-toolkit==1.0.0
django-pglocks==1.0.2
django-polymorphic==1.3
django-radius==1.1.0