mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(api): user authentication
This commit is contained in:
parent
f14eda16ac
commit
f253a66f86
41 changed files with 657 additions and 338 deletions
12
package.json
12
package.json
|
|
@ -23,19 +23,22 @@
|
|||
"@nestjs/common": "^6.7.2",
|
||||
"@nestjs/config": "^0.1.0",
|
||||
"@nestjs/core": "^6.7.2",
|
||||
"@nestjs/jwt": "^6.1.1",
|
||||
"@nestjs/passport": "^6.1.1",
|
||||
"@nestjs/platform-express": "^6.7.2",
|
||||
"@nestjs/schedule": "^0.2.0",
|
||||
"@nestjs/swagger": "^4.2.3",
|
||||
"@nestjs/typeorm": "^6.2.0",
|
||||
"express-session": "^1.17.0",
|
||||
"jwks-rsa": "^1.6.2",
|
||||
"mustache": "^4.0.0",
|
||||
"class-transformer": "^0.2.3",
|
||||
"class-validator": "^0.11.0",
|
||||
"passport": "^0.4.1",
|
||||
"passport-auth0": "^1.3.1",
|
||||
"passport-jwt": "^4.0.0",
|
||||
"passport-spotify": "^1.1.0",
|
||||
"pg": "^7.17.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rimraf": "^3.0.0",
|
||||
"rxjs": "^6.5.3",
|
||||
"swagger-ui-express": "^4.1.3",
|
||||
"typeorm": "^0.2.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -45,6 +48,7 @@
|
|||
"@types/express": "^4.17.1",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/node": "^12.7.5",
|
||||
"@types/passport-jwt": "^3.0.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"jest": "^24.9.0",
|
||||
"prettier": "^1.18.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue