forked from baron/baron-sso
모바일 fallback 변경. .env유출 가능성 차단
This commit is contained in:
@@ -159,12 +159,12 @@ export async function seedAuth(page: Page, role?: string) {
|
||||
const storageKeys = [
|
||||
"user:http://localhost:5000/oidc:devfront",
|
||||
"user:http://localhost:5000/oidc/:devfront",
|
||||
"user:https://sso-test.hmac.kr/oidc:devfront",
|
||||
"user:https://sso-test.hmac.kr/oidc/:devfront",
|
||||
"user:https://sso.example.test/oidc:devfront",
|
||||
"user:https://sso.example.test/oidc/:devfront",
|
||||
"oidc.user:http://localhost:5000/oidc:devfront",
|
||||
"oidc.user:http://localhost:5000/oidc/:devfront",
|
||||
"oidc.user:https://sso-test.hmac.kr/oidc:devfront",
|
||||
"oidc.user:https://sso-test.hmac.kr/oidc/:devfront",
|
||||
"oidc.user:https://sso.example.test/oidc:devfront",
|
||||
"oidc.user:https://sso.example.test/oidc/:devfront",
|
||||
];
|
||||
|
||||
for (const key of storageKeys) {
|
||||
|
||||
Reference in New Issue
Block a user