brewlog/templates/pages
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
..
add.html fix: address static assets code review findings 2026-02-13 17:13:02 +00:00
admin.html feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00
bag.html feat: add share button to all detail pages 2026-02-22 10:17:14 +00:00
brew.html feat: add edit button to all detail pages 2026-02-10 19:42:47 +00:00
cafe.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
checkin.html fix: address static assets code review findings 2026-02-13 17:13:02 +00:00
cli_callback.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
cup.html fix: polish edit forms and detail pages 2026-02-10 19:43:03 +00:00
data.html refactor: document content|safe safety invariant in templates 2026-02-13 16:20:25 +00:00
edit_bag.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
edit_brew.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
edit_cafe.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
edit_cup.html feat: add sticky submit buttons to all edit forms on mobile 2026-02-11 10:20:30 +00:00
edit_gear.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
edit_roast.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
edit_roaster.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
gear.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
home.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
login.html feat: add WebAuthn Conditional UI for passkey autofill 2026-02-15 11:38:53 +00:00
register.html fix: use form element for registration page 2026-02-15 11:39:42 +00:00
roast.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
roaster.html refactor: fix template review findings (security, macros, tokens) 2026-02-13 16:20:30 +00:00
stats.html fix: address static assets code review findings 2026-02-13 17:13:02 +00:00
timeline.html fix: mobile fixed nav bar and detail page polish 2026-02-11 09:53:43 +00:00