Skip to main content

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leonardo-module-auth-2015.0.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page