add initial implementation of auth gateway with models, routes, and session management

This commit is contained in:
Eduardo Silva
2026-03-16 09:47:02 -03:00
parent 963ed54c86
commit d84cf0a174
32 changed files with 1532 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091