Permission System (#47)

* feat(api): permissions system

Adds a permission system for isAuthenticated middleware. Also adds user CRUD.
This commit is contained in:
sct
2020-09-03 19:20:14 +09:00
committed by GitHub
parent 5d46f8d76d
commit cfc84ce2f3
8 changed files with 240 additions and 20 deletions

View File

@@ -12,7 +12,7 @@
"previewLimit": 50,
"driver": "SQLite",
"name": "Local SQLite",
"database": "./db/db.sqlite3"
"database": "./config/db/db.sqlite3"
}
]
}