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.