https://github.com/egguy/django-urlauth
Patched version of url auth from bitbucket
https://github.com/egguy/django-urlauth
authentication authentication-middleware django
Last synced: 4 months ago
JSON representation
Patched version of url auth from bitbucket
- Host: GitHub
- URL: https://github.com/egguy/django-urlauth
- Owner: egguy
- License: bsd-3-clause
- Created: 2019-05-31T13:20:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T10:26:40.000Z (over 2 years ago)
- Last Synced: 2025-12-15T01:20:43.410Z (6 months ago)
- Topics: authentication, authentication-middleware, django
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# django-urlauth
This is a maintenance fork of the original django-urlauth by Grigoriy Petukhov.
This django application allows you to build special links.
When somebody goes via that link to your site, it will be automatically authenticated.
THis is achieved with special GET arguments which are appended to the link.
Such links are usually used in the emails.
Example of such link: http://domain.com/profile/edit/?authkey=SOME_HASH
For installation instructions, see the file "INSTALL".
Full documentation is available in the file "index.rst" in the "docs/" directory.
## Changes in this fork
- Updated to work with Django 1.11+
- Added support for Python 3.6+
- Added tests runner