feat: add auth via google

This commit is contained in:
Sonny
2024-04-27 18:14:40 +02:00
committed by Sonny
parent 2531242615
commit df4185bd62
18 changed files with 450 additions and 46 deletions

View File

@@ -43,6 +43,7 @@
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"hot-hook": "^0.2.1",
@@ -53,6 +54,7 @@
"vite": "^5.2.10"
},
"dependencies": {
"@adonisjs/ally": "^5.0.2",
"@adonisjs/auth": "^9.2.0",
"@adonisjs/core": "^6.8.0",
"@adonisjs/cors": "^2.2.1",
@@ -69,7 +71,8 @@
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reflect-metadata": "^0.2.2"
"reflect-metadata": "^0.2.2",
"uuid": "^9.0.1"
},
"hotHook": {
"boundaries": [