https://github.com/mrthearman/drf-cat
Crypto Auth Token authentication for Django REST Framework.
https://github.com/mrthearman/drf-cat
Last synced: 3 months ago
JSON representation
Crypto Auth Token authentication for Django REST Framework.
- Host: GitHub
- URL: https://github.com/mrthearman/drf-cat
- Owner: MrThearMan
- License: mit
- Created: 2023-12-31T19:50:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T21:30:14.000Z (3 months ago)
- Last Synced: 2025-03-10T22:28:41.000Z (3 months ago)
- Language: Python
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Django REST Framework Crypto Auth Token Authentication
> Library is in pre-alpha stage.
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi]
[![Python Version][version-badge]][pypi]```shell
pip install drf-cat
```---
**Documentation**: [https://mrthearman.github.io/drf-cat/](https://mrthearman.github.io/drf-cat/)
**Source Code**: [https://github.com/MrThearMan/drf-cat/](https://github.com/MrThearMan/drf-cat/)
**Contributing**: [https://github.com/MrThearMan/drf-cat/blob/main/CONTRIBUTING.md](https://github.com/MrThearMan/drf-cat/blob/main/CONTRIBUTING.md)
---
[Crypto Auth Token] authentication for [Django REST framework].
[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/drf-cat/badge.svg?branch=main
[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/drf-cat/test.yml?branch=main
[pypi-badge]: https://img.shields.io/pypi/v/drf-cat
[licence-badge]: https://img.shields.io/github/license/MrThearMan/drf-cat
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/drf-cat
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/drf-cat
[version-badge]: https://img.shields.io/pypi/pyversions/drf-cat
[downloads-badge]: https://img.shields.io/pypi/dm/drf-cat[coverage]: https://coveralls.io/github/MrThearMan/drf-cat?branch=main
[status]: https://github.com/MrThearMan/drf-cat/actions/workflows/test.yml
[pypi]: https://pypi.org/project/drf-cat
[licence]: https://github.com/MrThearMan/drf-cat/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/drf-cat/commits/main
[issues]: https://github.com/MrThearMan/drf-cat/issues[Crypto Auth Token]: https://eprint.iacr.org/2018/413.pdf
[django REST framework]: https://www.django-rest-framework.org/