mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 00:47:37 -02:30
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user