Metadata-Version: 2.1
Name: drf-auth-simple
Version: 1.0.4
Summary: For drf simple authentication with custom user model
Home-page: https://github.com/degerahmet/drf-authentication
Author: Ahmet Deger
Author-email: adeger@protonmail.com
License: Apache Software License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django-rest-knox
Requires-Dist: djangorestframework-simplejwt
Requires-Dist: boto3
Requires-Dist: jwt
Requires-Dist: PyJWT (>=2.3.0)
Requires-Dist: datetime

Django Rest Framework Authentication (Knox & JWT)
==========

Abstract
--------

Django Rest Framework JSON Web Token & Knox Token authentication plugin for the [Django REST
Framework](http://www.django-rest-framework.org/).

For full documentation, visit [drf-authentication](https://degerahmet.github.io/drf-authentication/).


