Ninja JWT
Introduction
The Ninja JWT plugin offers JSON Web Token (JWT) authentication for Django Ninja. Designed to handle common JWT use cases, it provides a robust authentication backend with a practical set of default features. Additionally, Ninja JWT is highly extensible, allowing developers to add custom features as needed.
Acknowledgments
This project utilizes code from SIMPLE JWT
to implement JSON Web Token
(JWT) for the Django Ninja REST Framework.
The SIMPLE JWT license is included in the license
folder.