A Module for single sign in
Project description
Shopcloud-Django-Authenticator
Single Sign In from Shopcloud
Quickstart
pip3 istall shopcloud-django-authenticator
- 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
- Include the polls URLconf in your project urls.py like this::
path('authenticator/', include('authenticator.urls')),
-
Run
python manage.py migrate
to create the polls models. -
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
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
Built Distribution
File details
Details for the file shopcloud-django-authenticator-1.15.0.tar.gz
.
File metadata
- Download URL: shopcloud-django-authenticator-1.15.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5c2320e0d8ffe1d96420504e76955087696c3d2d71cf7ee318779288c33ebe1 |
|
MD5 | e0a64e1ae6f15ed3b37a727fa220e952 |
|
BLAKE2b-256 | e17126d5d99e7b7a1fb938ed354c1d1ade97d9872c79b8d4b93ad320b91290d8 |
File details
Details for the file shopcloud_django_authenticator-1.15.0-py3-none-any.whl
.
File metadata
- Download URL: shopcloud_django_authenticator-1.15.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a17822d596db292a30d6afbaab00caf95e35317998f95739bc093b8a0b77915e |
|
MD5 | 67975a93debdda9580bf58ef54753782 |
|
BLAKE2b-256 | 5c6032fc118af989d979e47736786098ae86ea76d60973df0a536454ed5a62c4 |