Added auth0 authentication

This commit is contained in:
2020-08-01 21:45:05 +01:00
parent c2311b8564
commit 0c7000ba09
6 changed files with 87 additions and 67 deletions

View File

@@ -10,8 +10,11 @@
},
"dependencies": {
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@types/nuxtjs__auth": "^4.8.4",
"nanoid": "^2.1.11",
"nuxt": "^2.14.0"
},
"devDependencies": {