propelauth-flask


Namepropelauth-flask JSON
Version 4.1.1 PyPI version JSON
download
home_pagehttps://github.com/propelauth/propelauth-flask
SummaryA library for managing authentication in Flask
upload_time2025-02-10 22:45:41
maintainerNone
docs_urlNone
authorPropelAuth
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements flask propelauth-py pytest requests-mock
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PropelAuth Flask SDK

<p align="center">
  <a href="https://www.propelauth.com/?utm_campaign=github-flask" target="_blank" align="center">
    <img src="https://propelauth-logos.s3.us-west-2.amazonaws.com/logo-only.png" width="100">
  </a>
</p>


A Flask library for managing authentication, backed by [PropelAuth](https://www.propelauth.com/?utm_campaign=github-flask).

[PropelAuth](https://www.propelauth.com?ref=github) makes it easy to add authentication and authorization to your B2B/multi-tenant application.

Your frontend gets a beautiful, safe, and customizable login screen. Your backend gets easy authorization with just a few lines of code. You get an easy-to-use dashboard to config and manage everything.

## Documentation

- Full reference this library is [here](https://docs.propelauth.com/reference/backend-apis/flask)
- Getting started guides for PropelAuth are [here](https://docs.propelauth.com/)

## Questions?

Feel free to reach out at support@propelauth.com



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/propelauth/propelauth-flask",
    "name": "propelauth-flask",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "PropelAuth",
    "author_email": "support@propelauth.com",
    "download_url": "https://files.pythonhosted.org/packages/02/71/b49573193be6f9eae6cd970719ceaef6b63b4bb49cb4cdcc2fb26167e3b7/propelauth-flask-4.1.1.tar.gz",
    "platform": null,
    "description": "# PropelAuth Flask SDK\n\n<p align=\"center\">\n  <a href=\"https://www.propelauth.com/?utm_campaign=github-flask\" target=\"_blank\" align=\"center\">\n    <img src=\"https://propelauth-logos.s3.us-west-2.amazonaws.com/logo-only.png\" width=\"100\">\n  </a>\n</p>\n\n\nA Flask library for managing authentication, backed by [PropelAuth](https://www.propelauth.com/?utm_campaign=github-flask).\n\n[PropelAuth](https://www.propelauth.com?ref=github) makes it easy to add authentication and authorization to your B2B/multi-tenant application.\n\nYour frontend gets a beautiful, safe, and customizable login screen. Your backend gets easy authorization with just a few lines of code. You get an easy-to-use dashboard to config and manage everything.\n\n## Documentation\n\n- Full reference this library is [here](https://docs.propelauth.com/reference/backend-apis/flask)\n- Getting started guides for PropelAuth are [here](https://docs.propelauth.com/)\n\n## Questions?\n\nFeel free to reach out at support@propelauth.com\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for managing authentication in Flask",
    "version": "4.1.1",
    "project_urls": {
        "Homepage": "https://github.com/propelauth/propelauth-flask"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0271b49573193be6f9eae6cd970719ceaef6b63b4bb49cb4cdcc2fb26167e3b7",
                "md5": "167a127132e2ff907fb1f09581ba9254",
                "sha256": "a00925e3a66bb830a235a2d5244e4015ab5f88ca9faadc60dcdf6b536d0a1ebb"
            },
            "downloads": -1,
            "filename": "propelauth-flask-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "167a127132e2ff907fb1f09581ba9254",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7305,
            "upload_time": "2025-02-10T22:45:41",
            "upload_time_iso_8601": "2025-02-10T22:45:41.679553Z",
            "url": "https://files.pythonhosted.org/packages/02/71/b49573193be6f9eae6cd970719ceaef6b63b4bb49cb4cdcc2fb26167e3b7/propelauth-flask-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 22:45:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "propelauth",
    "github_project": "propelauth-flask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "flask",
            "specs": [
                [
                    "<",
                    "4"
                ]
            ]
        },
        {
            "name": "propelauth-py",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "requests-mock",
            "specs": []
        }
    ],
    "lcname": "propelauth-flask"
}
        
Elapsed time: 3.09168s