Skip to content
/ tauth Public

FastAPI-compatible authentication "middleware" for Teia Web Services.

Notifications You must be signed in to change notification settings

TeiaLabs/tauth

Repository files navigation

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))

About

FastAPI-compatible authentication "middleware" for Teia Web Services.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •