Skip to content

0101/django-nyxauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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>

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages