An open API service indexing awesome lists of open source software.

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.

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/