dinero-auth


Namedinero-auth JSON
Version 1.0 PyPI version JSON
download
home_pageNone
Summarycustom django authentication app
upload_time2024-04-19 11:19:22
maintainerNone
docs_urlNone
authorfinnest
requires_python>=3
licenseMIT
keywords auth custom
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-dinero-auth/README.rst
=============================
DINERO_AUTH
===========

dinero_auth is a token authentication system with 
ip validation and browser validation.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "dinero_auth" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = (
        ...
        'dinero_auth',
    )

2. Run `python manage.py migrate` to create the dinero_auth models.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dinero-auth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "auth, custom",
    "author": "finnest",
    "author_email": "akash@finnest.io",
    "download_url": "https://files.pythonhosted.org/packages/cb/5d/85ebf85f5ae850a97b9ca0aa9fca7bdc0d133b002857d7029e4459dc502d/dinero_auth-1.0.tar.gz",
    "platform": null,
    "description": "django-dinero-auth/README.rst\n=============================\nDINERO_AUTH\n===========\n\ndinero_auth is a token authentication system with \nip validation and browser validation.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"dinero_auth\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = (\n        ...\n        'dinero_auth',\n    )\n\n2. Run `python manage.py migrate` to create the dinero_auth models.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "custom django authentication app",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "auth",
        " custom"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "471e674829ddbebd37f0dbb3365690a0a6fe315228a2c0c3dce370b4d62cb30a",
                "md5": "8e100a9428f075c7288ea4951d3e4865",
                "sha256": "a8abb2e70b89217e4b567907d6c96af43517e14d13cd0e14e598ce460c61476d"
            },
            "downloads": -1,
            "filename": "dinero_auth-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e100a9428f075c7288ea4951d3e4865",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 6694,
            "upload_time": "2024-04-19T11:19:21",
            "upload_time_iso_8601": "2024-04-19T11:19:21.322418Z",
            "url": "https://files.pythonhosted.org/packages/47/1e/674829ddbebd37f0dbb3365690a0a6fe315228a2c0c3dce370b4d62cb30a/dinero_auth-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb5d85ebf85f5ae850a97b9ca0aa9fca7bdc0d133b002857d7029e4459dc502d",
                "md5": "75dfdf39c8d9d1e04fec69d8d655a518",
                "sha256": "56e0f2562a4aa4720a16f8538eecb56a9f4110769a5bc4cc5d5a8bccebe1fb22"
            },
            "downloads": -1,
            "filename": "dinero_auth-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "75dfdf39c8d9d1e04fec69d8d655a518",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 5151,
            "upload_time": "2024-04-19T11:19:22",
            "upload_time_iso_8601": "2024-04-19T11:19:22.866732Z",
            "url": "https://files.pythonhosted.org/packages/cb/5d/85ebf85f5ae850a97b9ca0aa9fca7bdc0d133b002857d7029e4459dc502d/dinero_auth-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 11:19:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dinero-auth"
}
        
Elapsed time: 0.24103s