Set up @Auth

This commit is contained in:
Jorge Vargas 2024-08-19 00:48:34 -06:00
parent 87c08df02b
commit 7bf946deb2
3 changed files with 410 additions and 5 deletions

View file

@ -24,6 +24,7 @@
"@graphql-tools/schema": "^10.0.4",
"astro": "^4.13.1",
"auth-astro": "^4.1.2",
"bcrypt": "^5.1.1",
"graphql-scalars": "^1.23.0",
"lodash": "^4.17.21",
"mysql2": "^3.11.0",
@ -32,6 +33,7 @@
},
"devDependencies": {
"@parcel/watcher": "^2.4.1",
"@types/bcrypt": "^5.0.2",
"@types/lodash": "^4.17.7",
"@typescript-eslint/parser": "^6.21.0",
"concurrently": "^8.2.2",