URL-based authentication, an application that provides one-click login via specially crafted URLs
Project description
`django-sesame`_ provides one-click login for your Django project. It uses
specially crafted URLs containing an authentication token, for example:
https://example.com/?url_auth_token=AAAAARchl18CIQUlImmbV9q7PZk%3A89AEU34b0JLSrkT8Ty2RPISio5
It's useful if you want to share private content without requiring your
visitors to remember a username and a password or to go through an
authentication process involving a third-party.
django-sesame is tested with:
- Django 1.8 (LTS), 1.9 and 1.10.
- all supported Python versions.
It requires ``django.contrib.auth``. It's compatible with custom user models.
It uses ``django.contrib.session`` when it's available.
Technically, django-sesame can provide stateless authenticated navigation
without ``django.contrib.sessions``, provided all internal links include the
authentication token, but that increases the security issues explained below.
specially crafted URLs containing an authentication token, for example:
https://example.com/?url_auth_token=AAAAARchl18CIQUlImmbV9q7PZk%3A89AEU34b0JLSrkT8Ty2RPISio5
It's useful if you want to share private content without requiring your
visitors to remember a username and a password or to go through an
authentication process involving a third-party.
django-sesame is tested with:
- Django 1.8 (LTS), 1.9 and 1.10.
- all supported Python versions.
It requires ``django.contrib.auth``. It's compatible with custom user models.
It uses ``django.contrib.session`` when it's available.
Technically, django-sesame can provide stateless authenticated navigation
without ``django.contrib.sessions``, provided all internal links include the
authentication token, but that increases the security issues explained below.
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
django-sesame-1.2.tar.gz
(7.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-sesame-1.2.tar.gz.
File metadata
- Download URL: django-sesame-1.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2ba805ae29dd5035708fd06d157c2e25bc5a211fecbb36158cd68e4dc9822ea
|
|
| MD5 |
0b1400e59ec666e1e5d4e18f41ad8c2c
|
|
| BLAKE2b-256 |
ef1754617b2ceeebcf2a8241fcd63e7a16e7d94265e02ed87ba06269b56507c3
|
File details
Details for the file django_sesame-1.2-py3-none-any.whl.
File metadata
- Download URL: django_sesame-1.2-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b16bdafcfa74e0f112204f22c99d3b51998a4f96ecdf0718f3fbf9038b7fffe6
|
|
| MD5 |
1735f83b8da2878ef47edfa5ef3ffeef
|
|
| BLAKE2b-256 |
29b3b21aad09de12c8357746faca66f0fcbc40508a4b4d4a3eafc2aef3ed3949
|