ghostguild-org/server/api/auth
Jennie Robinson Faber 0ca38e5588 fix(auth): expose helcimCustomerId on /api/auth/member
The member account page gates the Helcim customer portal link on
`memberData.helcimCustomerId`, but this endpoint (the source for
`useAuth().memberData`) omitted the field, so the link hid for every
member regardless of Helcim enrollment. Add the field to the response.
2026-04-19 13:04:46 +01:00
..
login.post.js Tests, UX improvements. 2026-04-05 14:25:29 +01:00
logout.post.js fix: remove redundant connectDB in logout (requireAuth handles it) 2026-04-04 12:24:24 +01:00
member.get.js fix(auth): expose helcimCustomerId on /api/auth/member 2026-04-19 13:04:46 +01:00
refresh.post.js fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
status.get.js fix: use private helcimApiToken for all server-side Helcim API calls 2026-04-04 13:37:34 +01:00
verify.post.js fix: remove redundant connectDB in verify (requireAuth handles it) 2026-04-04 12:25:25 +01:00