mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat: implement long-lived sessions
This commit is contained in:
parent
d0705afca8
commit
44f7e26270
35 changed files with 739 additions and 190 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"@nestjs/typeorm": "7.1.0",
|
||||
"class-transformer": "0.3.1",
|
||||
"class-validator": "0.12.2",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"date-fns": "2.16.1",
|
||||
"nestjs-typeorm-paginate": "2.1.1",
|
||||
"passport": "0.4.1",
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
"@nestjs/cli": "7.4.1",
|
||||
"@nestjs/schematics": "7.0.1",
|
||||
"@nestjs/testing": "7.3.1",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express": "4.17.8",
|
||||
"@types/hapi__joi": "17.1.4",
|
||||
"@types/jest": "26.0.13",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue