propelauth-flask


Namepropelauth-flask JSON
Version 2.1.13 PyPI version JSON
download
home_pagehttps://github.com/propelauth/propelauth-flask
SummaryA library for managing authentication in Flask
upload_time2024-04-08 08:08:56
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/8e/88/85766d6e4ea11dde76c7cf89db8aff961f971e458b2d49488589c16e7e35/propelauth-flask-2.1.13.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": "2.1.13",
    "project_urls": {
        "Homepage": "https://github.com/propelauth/propelauth-flask"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e8885766d6e4ea11dde76c7cf89db8aff961f971e458b2d49488589c16e7e35",
                "md5": "9de2c82959dc358366ef78216ffc228c",
                "sha256": "384362632f3014fc3ac98e9db3e0264ca8fb07c732a914cb443b27cd036d2180"
            },
            "downloads": -1,
            "filename": "propelauth-flask-2.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "9de2c82959dc358366ef78216ffc228c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5302,
            "upload_time": "2024-04-08T08:08:56",
            "upload_time_iso_8601": "2024-04-08T08:08:56.286605Z",
            "url": "https://files.pythonhosted.org/packages/8e/88/85766d6e4ea11dde76c7cf89db8aff961f971e458b2d49488589c16e7e35/propelauth-flask-2.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 08:08:56",
    "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: 0.22643s