Fix auth hook so it returns forbidden if the user is authenticated but not allowed to hit an endpoint.

This commit is contained in:
2025-01-29 14:49:53 -08:00
parent 5487a23c86
commit 53214644b4
23 changed files with 835 additions and 187 deletions

View File

@ -1,7 +1,7 @@
{
"useTabs": true,
"trailingComma": "none",
"printWidth": 100,
"trailingComma": "all",
"printWidth": 90,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{