Skip to content

Ninja JWT

Test PyPI version PyPI version PyPI version PyPI version Downloads

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


Ninja JWT provides a JSON Web Token authentication backend for the Django Ninja REST Framework. It aims to cover the most common use cases of JWTs by offering a conservative set of default features. It also aims to be easily extensible in case a desired feature is not present.

Acknowledgments

This project borrows code from the SIMPLE JWT to implement Json Web Token for Django Ninja REST Framework. However, I have included SIMPLE JWT license to the license folder.