feat: Add ALLOW_REGISTRATION configuration to enable/disable user registration and introduce a Forbidden API error type.

This commit is contained in:
2025-12-25 23:05:26 +01:00
parent bb15181817
commit 0af7294468
7 changed files with 39 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ async fn main() -> anyhow::Result<()> {
note_service,
tag_service,
user_service,
config.clone(),
);
// Auth backend