Add authentication

This commit is contained in:
Isaac
2022-05-06 21:17:53 +01:00
parent 425e7ab151
commit a1823a750e
8 changed files with 105 additions and 5 deletions

View File

@@ -32,6 +32,9 @@
"dependencies": {
"@eartharoid/dbf": "^0.0.1",
"@eartharoid/dtf": "^2.0.1",
"@fastify/cookie": "^6.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.0.0",
"@prisma/client": "^3.13.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
@@ -40,6 +43,7 @@
"leeks.js": "^0.2.4",
"leekslazylogger": "^4.1.7",
"node-dir": "^0.1.17",
"node-fetch": "2",
"semver": "^7.3.7",
"terminal-link": "^2.1.1",
"yaml": "^1.10.2"