n8n/packages/cli/src/databases
Ricardo Espinoza 89f44021b9
fix(core): Use JWT as reset password token (#6714)
* use jwt to reset password

* increase expiration time to 1d

* drop user id query string

* refactor

* use service instead of package in tests

* sqlite migration

* postgres migration

* mysql migration

* remove unused properties

* remove userId from FE

* fix test for users.api

* move migration to the common folder

* move type assertion to the jwt.service

* Add jwt secret as a readonly property

* use signData instead of sign in user.controller

* remove base class

* remove base class

* add tests
2023-07-24 17:40:17 -04:00
..
entities fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
migrations fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
repositories fix(core): Banner dismissal should also work for users migrating to v1 (no-changelog) (#6700) 2023-07-19 15:59:49 +02:00
utils fix: Fix migrations for postgres and mysql (no-changelog) (#6600) 2023-07-05 14:40:35 +02:00
config.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
ormconfig.ts refactor: consolidate database configs (#4522) 2022-11-04 14:23:58 +01:00
types.ts fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) 2023-07-05 11:26:49 +02:00