feat: add user and session

This commit is contained in:
Daniel Soares
2021-12-15 14:05:27 -03:00
parent 5df44ceddc
commit e071c0a19b
11 changed files with 577 additions and 9 deletions

View File

@@ -23,6 +23,9 @@
"@prisma/client": "^3.6.0",
"@stitches/react": "^1.2.6",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "12.0.7",
"next-connect": "^0.11.0",
@@ -35,6 +38,8 @@
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.6",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.12",
"@types/react": "17.0.37",