mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
add initial implementation of auth gateway with models, routes, and session management
This commit is contained in:
10
containers/auth-gateway/requirements.txt
Normal file
10
containers/auth-gateway/requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
fastapi==0.116.1
|
||||
uvicorn[standard]==0.35.0
|
||||
pydantic==2.11.7
|
||||
authlib==1.6.4
|
||||
httpx==0.28.1
|
||||
pyotp==2.9.0
|
||||
argon2-cffi==25.1.0
|
||||
jinja2==3.1.6
|
||||
python-multipart==0.0.20
|
||||
pydantic-settings==2.10.1
|
||||
Reference in New Issue
Block a user