mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
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:
parent
9b34668e50
commit
661a30107c
20 changed files with 376 additions and 63 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const whitelistedPrefixes = ["/signin", "/register"];
|
||||
const whitelistedPrefixes = ["/signin", "/register", "/api"];
|
||||
|
||||
export default defineNuxtRouteMiddleware(async (to, from) => {
|
||||
if (import.meta.server) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue