https://github.com/druids/django-auth-token
https://github.com/druids/django-auth-token
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/druids/django-auth-token
- Owner: druids
- License: bsd-3-clause
- Created: 2018-05-04T13:49:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T18:06:38.000Z (about 2 years ago)
- Last Synced: 2025-04-03T16:11:07.498Z (over 1 year ago)
- Language: Python
- Size: 278 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Prolog
======
Django-auth-token is library that improved Django framework with token authorization.
Tokens are randomly generated strings which are stored inside database with some information about user
like IP address, user agent, etc. Every token expires automatically according to Django-token-authorization settings.
Advantage is the possibility of deactivation of the token or retrieving the permissions of another user.
Installation
------------
.. code:: bash
pip install django-auth-token
Docs
----
For more details see [docs](http://django-auth-token.readthedocs.org/)