brewlog/tests/cli
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
..
backup_cli.rs fix(backup): include brew quick_notes and cups in backup/restore 2026-02-06 18:26:28 +00:00
bags_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
brews_cli.rs fix: wire edit forms for Datastar form submission and add CLI tests 2026-02-10 19:42:58 +00:00
cafes_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
cups_cli.rs fix: wire edit forms for Datastar form submission and add CLI tests 2026-02-10 19:42:58 +00:00
gear_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
helpers.rs feat: sync timeline events with entity edits 2026-02-15 11:11:07 +00:00
invites_cli.rs feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00
main.rs feat(auth): generate additional invite links for onboarding users 2026-07-16 12:38:36 +02:00
roasters_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
roasts_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
test_macros.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
timeline_cli.rs fix: stabilize flaky timeline CLI test under parallel execution 2026-02-22 10:03:56 +00:00
tokens_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00