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

shopcloud_django_authenticator-1.16.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file shopcloud_django_authenticator-1.16.0.tar.gz.

File metadata

File hashes

Hashes for shopcloud_django_authenticator-1.16.0.tar.gz
Algorithm Hash digest
SHA256 9ad0422e7a1b3e6f79ee83ddb3204d1652137b5cf61e6508b94fadf388eb52ee
MD5 37b3797879edf1db1ab4013fcd518e71
BLAKE2b-256 1c181ffef377acc7819c7b2f2ffd087946f11797e4be6acc4e29f33c810333ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for shopcloud_django_authenticator-1.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0de574e81b91d7d5c53cb5f5e027d3d4147d5124cb3e3b47c0a211fa832caaca
MD5 47badcde83235b9732a0338e3bbe3a7b
BLAKE2b-256 9dd148d5955a95469e07ce80844a36ec41784b4f118310a0f3bf61f12130db6a

See more details on using hashes here.

Supported by

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