feat: Add ALLOW_REGISTRATION configuration to enable/disable user registration and introduce a Forbidden API error type.
This commit is contained in:
@@ -88,6 +88,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
note_service,
|
||||
tag_service,
|
||||
user_service,
|
||||
config.clone(),
|
||||
);
|
||||
|
||||
// Auth backend
|
||||
|
||||
Reference in New Issue
Block a user