Persist shared auth config in DB

Add ncue_app_config and /api/config/auth endpoints, and hydrate Auth0 config from the server so other browsers don't see the setup modal.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-02-07 21:16:37 +09:00
parent a1e37759cc
commit c2ba78db5c
4 changed files with 114 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
window.AUTH_CONFIG = {
// end-user가 설정 모달을 사용하는지 여부(기본: false)
allowEndUserConfig: false,
// (선택) API 서버가 다른 도메인이면 지정. 예: https://api.ncue.net
apiBase: "",
auth0: {
domain: "",
clientId: "",