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