ghostguild-org/app
Jennie Robinson Faber 6f9e6a3d98 feat(events): guest accounts for public event registration
Non-members who register for an event now get a persistent identity:
with consent, a status:"guest" Member is upserted and an auth cookie is
set so the "You're Registered" state survives a page refresh.

Tiered auto-login matches passwordless-auth norms — auto-login is only
safe when the account holds no privileges:
- New email → create guest + cookie
- Returning guest → cookie
- Existing non-guest (active/pending/etc.) → attach ticket only, no
  cookie, confirmation email includes a sign-in link

Guests are gated on status === "guest", so admin/middleware code that
keys on status === "active" naturally excludes them. Guests are also
treated as non-members for ticket pricing/validation to prevent picking
up member-only pricing on their second registration.
2026-04-16 21:23:31 +01:00
..
assets Copy and layout improvements. 2026-04-16 21:11:05 +01:00
components feat(events): guest accounts for public event registration 2026-04-16 21:23:31 +01:00
composables refactor(board): atomic delete + query limit + composable cleanup 2026-04-15 12:47:53 +01:00
config feat(member): account/profile polish + tier upgrade flow 2026-04-14 20:35:37 +01:00
layouts Copy and layout improvements. 2026-04-16 21:11:05 +01:00
middleware fix(auth): stop wiki login loop to coming-soon and surface non-member state 2026-04-15 17:55:55 +01:00
pages New SiteContent. 2026-04-16 21:11:14 +01:00
plugins Fix duplicate /api/auth/member call and add request deduplication 2026-03-19 15:04:04 +00:00
utils rename communityEcology → board across backend 2026-04-14 12:00:15 +01:00
app.config.ts feat: reskin admin pages to zine design system 2026-04-03 10:56:01 +01:00
app.vue feat: replace layout with fixed left sidebar and top strip 2026-04-02 21:11:47 +01:00