tag(功能):完善登录功能

This commit is contained in:
OrangeRoll
2026-08-07 14:07:42 +08:00
parent 7f76df0002
commit 9c0a4f59f6
15 changed files with 966 additions and 244 deletions
+8
View File
@@ -5,3 +5,11 @@ POSTGRES_PASSWORD=change-me
LIVEKIT_API_KEY=devkey
LIVEKIT_API_SECRET=replace-with-a-long-random-secret
LIVEKIT_PUBLIC_URL=ws://localhost:7880
AUTH_JWT_ISSUER=screen-share-api
AUTH_JWT_AUDIENCE=screen-share-web
AUTH_JWT_REALM=screen-share
AUTH_JWT_SECRET=replace-with-a-different-long-random-secret
BOOTSTRAP_ADMIN_USERNAME=admin
BOOTSTRAP_ADMIN_PASSWORD=change-this-admin-password
BOOTSTRAP_ADMIN_DISPLAY_NAME=管理员