Reusable Auth API logic component
Project description
auth_api
Reusable FastAPI authentication component with JWT.
Install
pip install git+https://github.com/yourusername/auth_api.git
Use
from fastapi import FastAPI
from auth_api import router as auth_router
app = FastAPI()
app.include_router(auth_router, prefix="/auth")
if __name__ == "__main__":
import uvicorn
uvicorn.run("main:app", host="", port=, reload=True)
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
auth_api_intra-0.1.0.tar.gz
(2.4 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 auth_api_intra-0.1.0.tar.gz.
File metadata
- Download URL: auth_api_intra-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47fe69b87158897f60e546dcca29b898a3023026f8c459ee5d3d7dee4669ea81
|
|
| MD5 |
e221de06473fb626be176f696fe2be55
|
|
| BLAKE2b-256 |
2b7ba3501f3303621267428c497f59627ddd263013c022f021ca4e87b8966ce0
|
File details
Details for the file auth_api_intra-0.1.0-py3-none-any.whl.
File metadata
- Download URL: auth_api_intra-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c45643e7a4b1accf5e78d960e13f3f3a775b4ea20217e1bc5d5f496c05455b5
|
|
| MD5 |
96b77f77b1688b5ab685cbce73ac0a9a
|
|
| BLAKE2b-256 |
7dfbd505d51759e4596b51164c7a2b321dbaede9fcf47dddc369c9854016b087
|