mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Various changes to several aspects of the model base.
* Added SSOUser extension profile for auth * Now checks for Corp membership and executes required commands * Various small fixups
This commit is contained in:
16
sso/views.py
16
sso/views.py
@@ -1 +1,17 @@
|
||||
# Create your views here.
|
||||
|
||||
|
||||
def index(request):
|
||||
pass
|
||||
|
||||
def profile(request):
|
||||
pass
|
||||
|
||||
def service_add(request):
|
||||
pass
|
||||
|
||||
def service_del(request):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user