Skip to content

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

License

Notifications You must be signed in to change notification settings

leonardo-modules/leonardo-module-auth

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published