add Python authentication server
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- authserv/__init__.py 2 additions, 0 deletionsauthserv/__init__.py
- authserv/auth.py 48 additions, 0 deletionsauthserv/auth.py
- authserv/ldap_model.py 97 additions, 0 deletionsauthserv/ldap_model.py
- authserv/model.py 34 additions, 0 deletionsauthserv/model.py
- authserv/protocol.py 4 additions, 0 deletionsauthserv/protocol.py
- authserv/ratelimit.py 100 additions, 0 deletionsauthserv/ratelimit.py
- authserv/server.py 65 additions, 0 deletionsauthserv/server.py
- authserv/test/__init__.py 69 additions, 0 deletionsauthserv/test/__init__.py
- authserv/test/test_auth.py 63 additions, 0 deletionsauthserv/test/test_auth.py
- authserv/test/test_ratelimit.py 30 additions, 0 deletionsauthserv/test/test_ratelimit.py
- authserv/test/test_server.py 160 additions, 0 deletionsauthserv/test/test_server.py
- setup.py 23 additions, 0 deletionssetup.py
Loading
Please register or sign in to comment