feat(cli): add command to generate signup links

This commit is contained in:
Jef Roosens 2025-08-28 14:29:00 +02:00
parent 722317603d
commit 4d44216e17
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
4 changed files with 24 additions and 17 deletions

View file

@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/otter)
* CLI command to add new users
* Public sign-up page (disabled by default)
* Private sign-up links
* New CLI commands
* Add users
* Generate signup links
## [0.2.1](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.2.1)