leonardo-module-auth

Authentication, registration, account management as 3rd party (social) account authentication and SAML support to your Leonardo sites


License
Other
Install
pip install leonardo-module-auth==2015.0.1

Documentation

Leonardo Auth

Authentification backends for Leonardo, now supports

Installation

pip install leonardo-module-auth

# or as extras

pip install django-leonardo[auth]

Next steps depends on your case

if you want use All Auth

# leonardo apps
APPS += ['leonardo_module_oauth']
python manage.py migrate

for more configuration providers visit http://django-allauth.readthedocs.org/en/latest/providers.html

or SAML standard

pip install leonardo_module_auth[saml]

pip install django-leonardo[saml]
APPS += ['leonardo_module_saml']

for SAML you must manually install SAML dependencies like this

note: installation depends on libxmlsec1-dev library

Read More