ghostguild-org/app/pages
Jennie Robinson Faber 1e9e9c4d97
Some checks failed
Test / vitest (push) Failing after 6m9s
Test / playwright (push) Has been skipped
Test / visual (push) Has been skipped
Test / Notify on failure (push) Successful in 2s
fix(auth): stop wiki login loop to coming-soon and surface non-member state
Members (and pre-registrants) hitting wiki.ghostguild.org were getting bounced
to /coming-soon with a "Pre-Register" link, even when the OIDC flow was
working correctly.

- Allowlist /auth/oidc-error, /auth/logout-confirm, /auth/logout-success,
  and /verify in the coming-soon middleware so OIDC errors and main-site
  magic links stop redirecting to the pre-register page.
- Raise OIDC Interaction TTL from 10m to 15m so it outlives the magic-link
  JWT and legitimate members don't hit expired-interaction errors when they
  click the email a few minutes late.
- Differentiate the "email isn't a registered member" response on the wiki
  login route and show a dedicated "Not a member yet" state with a
  pre-register link and contact email, instead of the misleading
  "Check your inbox" that silently failed.
2026-04-15 17:55:55 +01:00
..
about feat: reskin public pages to zine direction 2026-04-02 21:29:52 +01:00
admin Updates 2026-04-15 17:45:09 +01:00
auth fix(auth): stop wiki login loop to coming-soon and surface non-member state 2026-04-15 17:55:55 +01:00
events Event fixes 2026-04-14 16:17:55 +01:00
member Updates 2026-04-15 17:45:09 +01:00
members feat(board): redesign classifieds + Slack channel creation 2026-04-14 20:20:17 +01:00
series Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
about.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
accept-invite.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
board.vue Updates 2026-04-15 17:45:09 +01:00
coming-soon.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
connections.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
ecology.vue Rename communityEcology → board across frontend, add Board nav, update redirects 2026-04-14 12:15:51 +01:00
index.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
join.vue Member/Ecology revamp. 2026-04-14 09:25:09 +01:00
login.vue Add login form to coming-soon page and allow admin routes through 2026-03-19 11:01:03 +00:00
verify.vue fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
welcome.vue feat(onboarding): redirect /welcome to /member/dashboard 2026-04-09 22:28:57 +01:00