TeiaLabs Athena API
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
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 Distribution
athena_api-2.0.0.post2.tar.gz
(63.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file athena_api-2.0.0.post2.tar.gz.
File metadata
- Download URL: athena_api-2.0.0.post2.tar.gz
- Upload date:
- Size: 63.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d72904e67aed7f4d2b98c9ee2de53c6b7492a12e12f3318ee21f61bc55a725b7
|
|
| MD5 |
11e50788bd13ff277de7cc5541c0650b
|
|
| BLAKE2b-256 |
74de095f41aec64a501026a00579cf15ef224fc168bcb76b5dbf0130757e59b6
|
File details
Details for the file athena_api-2.0.0.post2-py3-none-any.whl.
File metadata
- Download URL: athena_api-2.0.0.post2-py3-none-any.whl
- Upload date:
- Size: 54.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e82416f81d4218c173ec449a62b0989e26e0e411005fde383e8c348693329932
|
|
| MD5 |
4c6db6f956913bd0a322ab5cb56c9c95
|
|
| BLAKE2b-256 |
9c5770da99c1a38b17fcbb2ddab85feab1c9d4f93b96352f714fa0d5979668f8
|