feat(server): add routes for private sign-up links

This commit is contained in:
Jef Roosens 2025-08-28 14:21:26 +02:00
parent 69e84b4266
commit 722317603d
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
4 changed files with 76 additions and 9 deletions

View file

@ -8,7 +8,8 @@ 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
* Added public sign-up page (disabled by default)
* Public sign-up page (disabled by default)
* Private sign-up links
## [0.2.1](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.2.1)