object storage + full permission system + testing

Object storage now works fully, with the permission system. It still
needs additional external endpoints for updating and deleting objects
from the API, but it is otherwise complete. Further tasks include
writing an S3 adapter.
This commit is contained in:
DecDuck
2024-10-09 14:43:06 +11:00
parent 9b34668e50
commit 661a30107c
20 changed files with 376 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const whitelistedPrefixes = ["/signin", "/register"];
const whitelistedPrefixes = ["/signin", "/register", "/api"];
export default defineNuxtRouteMiddleware(async (to, from) => {
if (import.meta.server) return;