Metadata-Version: 2.1
Name: dj-ninja-auth
Version: 0.1.9
Summary: A Django app for REST Authentication using Django Ninja
Home-page: https://github.com/majulahsingapuri/dj-ninja-auth
Author: Bhargav Singapuri
Author-email: bhsingapuri@gmail.com
License: MIT
Project-URL: Documentation, https://bhargav.io/ninja-auth
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Django>=4.2
Requires-Dist: django-ninja-extra>=0.20.0
Requires-Dist: email-validator>=2.1.0.post1
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: cryptography>=41.0.5
Provides-Extra: allauth
Requires-Dist: django-allauth>=0.59.0; extra == "allauth"

# Django Ninja Auth

A one stop shop for all your Django-Ninja Authentication needs.
Supports REST authentication with Sessions, Auth Tokens and JWTs.

Fully Customisable to suit your needs.

This repository does not fix any issues in SimpleJWT or django-ninja-jwt.
It is intended to build upon the repository and add other forms of authentication on top of just JWTs.

[Documentation](https://bhargav.io/ninja-auth/)
