feat(auth): validate Authelia tokens in FastAPI
This commit is contained in:
parent
2704d58673
commit
4782fad5b9
7 changed files with 953 additions and 8 deletions
|
|
@ -8,6 +8,7 @@ dependencies = [
|
|||
"alembic>=1.14",
|
||||
"fastapi>=0.132.0",
|
||||
"google-genai>=1.65.0",
|
||||
"pyjwt[crypto]>=2.10.1",
|
||||
"psycopg[binary]>=3.3.3",
|
||||
"python-dotenv>=1.2.1",
|
||||
"python-multipart>=0.0.22",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue