Home > django-nyxauth

django-nyxauth

Django-nyxauth is a project mainly written in Python, it's free.

Django aplikace umoznujici autentizaci pres http://nyx.cz

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:

Login pres nyx

Previous:AdvBoard