Skip to main content

FastAPI Compatible Authentication

Project description

TAuth

FastAPI-compatible authentication "middleware" for Teia Web Services. Pronounced tee-auth.

Usage

To use a tauth API key in your FastAPI app:

from tauth.dependencies import security
app = FastAPI()
security.init_app(app)

To host the clients and clients/tokens CRUD in your app:

from tauth.routes import get_router
app = FastAPI()
app.include_router(get_router(prefix=None))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tauth-1.2.1.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

tauth-1.2.1-py3-none-any.whl (27.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page