feat(services/autumn): authenticate the user on upload

feat(services/autumn): file size limits on upload
chore: add database migrations for new autumn things
This commit is contained in:
Paul Makles
2024-09-10 16:53:58 +01:00
parent 1a6a8a809b
commit 6209bc7152
12 changed files with 199 additions and 40 deletions

1
Cargo.lock generated
View File

@@ -5381,6 +5381,7 @@ dependencies = [
"async-std",
"async-trait",
"authifier",
"axum",
"base64 0.21.3",
"bson",
"deadqueue",