Metadata-Version: 2.1
Name: drf_pyjwt
Version: 0.0.4
Summary: A JSON Web Token authentication extension for the Django REST Framework.
Home-page: https://github.com/vskrachkov/drf_pyjwt
Author: Vicheslav Krachkov
Author-email: vskrachkov@gmail.com
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyjwt<3
Requires-Dist: django>=3.1
Requires-Dist: djangorestframework>=3.10
Requires-Dist: cryptography<4

# drf_pyjwt
A JSON Web Token authentication extension for the Django REST Framework

[![PyPI Version][pypi-image]][pypi-url]
[![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com/github/vskrachkov/drf_pyjwt/maintainability)

[pypi-image]: https://img.shields.io/pypi/v/drf_pyjwt
[pypi-url]: https://pypi.org/project/drf_pyjwt/

