-
Notifications
You must be signed in to change notification settings - Fork 0
Django aplikace umoznujici autentizaci pres http://nyx.cz
0101/django-nyxauth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Django aplikace umoznujici autentizaci pres http://nyx.cz USAGE ===== settings: AUTHENTICATION_BACKENDS = ( ... 'nyxauth.auth.NyxAuthBackend', ... ) NYX_AUTH_PHRASE = 'secret phrase' NYX_AUTH_PLUGIN_URL = 'http://www.nyx.cz/index.php?l=plugexec;id=...' urls: from nyxauth import NyxAuth (r'^nyxauth/', include(NyxAuth().urls(), namespace='nyxauth')), template: <a href="{% url nyxauth:dispatch %}">Login pres nyx</a>
Releases
No releases published
Packages 0
No packages published