brewlog/templates
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
..
pages feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00
partials feat: add share button to all detail pages 2026-02-22 10:17:14 +00:00
base.html fix: address static assets code review findings 2026-02-13 17:13:02 +00:00