authentication by reverse proxy
This commit is contained in:
parent
c6016c6116
commit
328f41b85c
10 changed files with 120 additions and 13 deletions
5
realms/modules/auth/proxy/__init__.py
Normal file
5
realms/modules/auth/proxy/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from realms.modules.auth.models import Auth
|
||||
|
||||
Auth.register('proxy')
|
||||
Loading…
Add table
Add a link
Reference in a new issue