feat: separate user and admin auth, redirect to settings after invite

This commit is contained in:
Isaac
2025-02-09 23:12:53 +00:00
parent 05c6ffa482
commit 2255d0d15d
8 changed files with 265 additions and 305 deletions

View File

@@ -52,9 +52,9 @@
"@eartharoid/dbf": "^0.4.2",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^9.4.0",
"@fastify/jwt": "^8.0.1",
"@fastify/oauth2": "^7.9.0",
"@fastify/cookie": "^11.0.2",
"@fastify/jwt": "^9.0.3",
"@fastify/multipart": "^9.0.3",
"@prisma/client": "^4.16.2",
"archiver": "^7.0.1",
"boxen": "^7.1.1",
@@ -62,7 +62,7 @@
"cryptr": "^6.3.0",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"fastify": "^4.29.0",
"fastify": "^5.2.1",
"figlet": "^1.8.0",
"fs-extra": "^10.1.0",
"keyv": "^4.5.4",
@@ -80,6 +80,7 @@
"spacetime": "^7.7.0",
"terminal-link": "^2.1.1",
"threads": "^1.7.0",
"unzipper": "^0.12.3",
"yaml": "^2.7.0"
},
"devDependencies": {