Skip to content

chicheongweng/djangorestframework-simplejwt

 
 

Repository files navigation

Simple JWT

Jazzband GitHub Actions https://readthedocs.org/projects/django-rest-framework-simplejwt/badge/?version=latest

Abstract

Simple JWT is a JSON Web Token authentication plugin for the Django REST Framework.

For full documentation, visit django-rest-framework-simplejwt.readthedocs.io.

Translations

Contribute translations directly with PRs or via inlang https://inlang.com/editor/github.com/jazzband/djangorestframework-simplejwt

Installation and Test

cd [project directory]

mkvirtualenv simplejwt

workon simplejwt

pip install --upgrade pip

pip install .

pip install -e .[test,doc,lint,dev,python-jose,crypto]

pip install pytest

pytest tests

pytest -s tests (don't suppress printouts in test cases)

About

A JSON Web Token authentication plugin for the Django REST Framework.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%