Authentication, registration, account management as 3rd party (social) account authentication and SAML support to your Leonardo sites
Project description
Authentification backends for Leonardo, now supports
https://bitbucket.org/lgs/djangosaml2/overview which is based on https://github.com/onelogin/python-saml
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for leonardo-module-auth-2015.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c5f2ab3ef3fa41374f5d5af34876ef17e339a212095b5b5e61f411cc5e0c010 |
|
MD5 | 6d1a69cdab637e1102422704132172bc |
|
BLAKE2b-256 | 561811dee59e228ce75d8907e39bd03972e9bffb0cc7ee46c92b487d53ed1783 |