mirror of
https://github.com/IS1DI/x0gp.git
synced 2026-07-19 05:47:02 +00:00
Add Supabase JWT authorization middleware, config parsing, and WebSocket token verification
This commit is contained in:
+2
-2
@@ -27,5 +27,5 @@ X0GP_SEED_RESET=0
|
||||
# PoC: skip auth, allow multiple clients on the same track.
|
||||
X0GP_DEV_MODE=true
|
||||
|
||||
# Optional: override path(s) to dotenv files (colon-separated).
|
||||
# X0GP_DOTENV=.env:./configs/local.env
|
||||
# JWT secret (Supabase service role or JWT secret). Required when X0GP_DEV_MODE=false.
|
||||
X0GP_JWT_SECRET=your-supabase-jwt-secret-here
|
||||
Reference in New Issue
Block a user