brewlog/tests
Niels Göttsch 9cf8ce5d79 feat(auth): generate additional invite links for onboarding users
Add an authenticated POST /api/v1/invites endpoint that mints a
single-use, 7-day registration link after the first-user bootstrap.
Expose it via a new "Invite" section on the admin page and a
`brewlog invite create` CLI command.

The registration_tokens table, repository, and NewRegistrationToken
already supported additional tokens; this adds the authenticated
surfaces (session cookie or bearer token) to trigger creation.
2026-07-16 12:38:36 +02:00
..
cli feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00
e2e fix: support sqlx 0.9 2026-06-08 10:56:18 +00:00
server feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00