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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user