Skip to main content

A Module for single sign in

Project description

Shopcloud-Django-Authenticator

Single Sign In from Shopcloud

Quickstart

pip3 istall shopcloud-django-authenticator
  1. Add "authenticator" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...
    'authenticator',
]
AUTHENTICATOR_KEY = os.environ.get('AUTHENTICATOR_KEY', 'DEV-KEY')

To generate a key use pwgen -s $1 64

  1. Include the polls URLconf in your project urls.py like this::
path('authenticator/', include('authenticator.urls')),
  1. Run python manage.py migrate to create the polls models.

  2. Install custom Tags for Login Button

{% load tower_tags %}
{% tower_login request 'QYG69GK' %}

Release

$ rm -rf build dist
$ pip3 install wheel twine
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*

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

Built Distribution

File details

Details for the file shopcloud-django-authenticator-1.15.0.tar.gz.

File metadata

File hashes

Hashes for shopcloud-django-authenticator-1.15.0.tar.gz
Algorithm Hash digest
SHA256 f5c2320e0d8ffe1d96420504e76955087696c3d2d71cf7ee318779288c33ebe1
MD5 e0a64e1ae6f15ed3b37a727fa220e952
BLAKE2b-256 e17126d5d99e7b7a1fb938ed354c1d1ade97d9872c79b8d4b93ad320b91290d8

See more details on using hashes here.

File details

Details for the file shopcloud_django_authenticator-1.15.0-py3-none-any.whl.

File metadata

File hashes

Hashes for shopcloud_django_authenticator-1.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a17822d596db292a30d6afbaab00caf95e35317998f95739bc093b8a0b77915e
MD5 67975a93debdda9580bf58ef54753782
BLAKE2b-256 5c6032fc118af989d979e47736786098ae86ea76d60973df0a536454ed5a62c4

See more details on using hashes here.

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