Python library to help manage your Passage application and users
Project description
passage-python
This Python SDK allows for verification of server-side authentication for applications using Passage
Authenticating a Request
To authenticate an HTTP request in a Flask application, you can use the Passage library in a middleware function.
from passageidentity import Passage
def exampleFlaskMiddleware(request):
psg = Passage()
user = psg.authenticateRequest(request)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for passage_identity-0.0.2a4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae61c07fde0edb62c184af89fdff4304f2d2ff080abc37fa7eff5cf8bda0c7e |
|
MD5 | 400728e301d2d0d9d042b4126229311a |
|
BLAKE2b-256 | 636bf766b7e89ae78776a4b6292a63198a60faca082a0c971fc565fa9abd1d36 |