dj-ninja-auth


Namedj-ninja-auth JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/majulahsingapuri/dj-ninja-auth
SummaryA Django app for REST Authentication using Django Ninja
upload_time2024-08-06 08:26:19
maintainerNone
docs_urlNone
authorBhargav Singapuri
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/majulahsingapuri/dj-ninja-auth",
    "name": "dj-ninja-auth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bhargav Singapuri",
    "author_email": "bhsingapuri@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/45/75daa3acc2e6d616c3b461e0880bf698a275efd16595002de87cf7ebab41/dj-ninja-auth-0.1.10.tar.gz",
    "platform": null,
    "description": "# Django Ninja Auth\n\nA one stop shop for all your Django-Ninja Authentication needs.\nSupports REST authentication with Sessions, Auth Tokens and JWTs.\n\nFully Customisable to suit your needs.\n\nThis repository does not fix any issues in SimpleJWT or django-ninja-jwt.\nIt is intended to build upon the repository and add other forms of authentication on top of just JWTs.\n\n[Documentation](https://bhargav.io/ninja-auth/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Django app for REST Authentication using Django Ninja",
    "version": "0.1.10",
    "project_urls": {
        "Documentation": "https://bhargav.io/ninja-auth",
        "Homepage": "https://github.com/majulahsingapuri/dj-ninja-auth"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e14575daa3acc2e6d616c3b461e0880bf698a275efd16595002de87cf7ebab41",
                "md5": "fa24c45dcef8bc39c998e3374fb68856",
                "sha256": "ec62cd25a1f53edff538f7fef637d9f51fa318cd1430dcdb1d4d86ef135e1598"
            },
            "downloads": -1,
            "filename": "dj-ninja-auth-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "fa24c45dcef8bc39c998e3374fb68856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21075,
            "upload_time": "2024-08-06T08:26:19",
            "upload_time_iso_8601": "2024-08-06T08:26:19.243900Z",
            "url": "https://files.pythonhosted.org/packages/e1/45/75daa3acc2e6d616c3b461e0880bf698a275efd16595002de87cf7ebab41/dj-ninja-auth-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 08:26:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "majulahsingapuri",
    "github_project": "dj-ninja-auth",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dj-ninja-auth"
}
        
Elapsed time: 0.33013s