mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 04:09:29 +00:00
OAuth Support
This commit is contained in:
@@ -87,6 +87,11 @@ AUTH_PROFILE_MODULE = 'sso.SSOUser'
|
||||
LOGIN_REDIRECT_URL = "/profile"
|
||||
LOGIN_URL = "/login"
|
||||
|
||||
### OAuth
|
||||
|
||||
OAUTH_AUTH_VIEW = 'api.views.oauth_auth_view'
|
||||
OAUTH_CALLBACK_VIEW = 'api.views.oauth_callback_view'
|
||||
|
||||
### Celery Schedule
|
||||
|
||||
from celeryschedule import *
|
||||
|
||||
Reference in New Issue
Block a user