fix: use official Weeztix OAuth login and token URLs

Redirect to login.weeztix.com/login per docs; default token host to
auth.weeztix.com. Open Ticket setups can override via env.

Made-with: Cursor
This commit is contained in:
2026-04-05 09:51:11 +02:00
parent d3abdb7ed9
commit a3158ffa34
3 changed files with 32 additions and 9 deletions

View File

@@ -73,3 +73,9 @@ AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
# Weeztix OAuth (defaults match https://docs.weeztix.com — only set if you use Open Ticket / another issuer)
# WEEZTIX_OAUTH_AUTHORIZE_URL=https://login.weeztix.com/login
# WEEZTIX_AUTH_BASE_URL=https://auth.weeztix.com
# WEEZTIX_USER_PROFILE_URL=https://auth.weeztix.com/users/me
# WEEZTIX_API_BASE_URL=https://api.weeztix.com