ghostguild-org/server/routes/oidc/interaction
Jennie Robinson Faber 04eb33df6e
Some checks failed
Test / vitest (push) Successful in 11m10s
Test / playwright (push) Failing after 14m51s
Test / visual (push) Failing after 11m1s
Test / Notify on failure (push) Successful in 3s
refactor(env): unify required-env validation through useRuntimeConfig
validate-env.js now reads all four required vars (MONGODB_URI, JWT_SECRET,
RESEND_API_KEY, HELCIM_API_TOKEN) from useRuntimeConfig() instead of mixing
direct process.env reads with a JWT-only special case. Mongoose and the six
Resend instantiations follow suit. Either bare or NUXT_-prefixed env names
are accepted, so Dokploy no longer needs duplicate entries.
2026-04-26 14:47:02 +01:00
..
[uid].get.ts Move OIDC login page to /auth/wiki-login to avoid catch-all conflict 2026-03-01 17:19:41 +00:00
login.post.ts refactor(env): unify required-env validation through useRuntimeConfig 2026-04-26 14:47:02 +01:00
verify.get.ts fix(auth): survive missing OIDC interaction cookie on magic-link click 2026-04-15 18:18:33 +01:00