otasoft/otasoft-api

core+auth/add cookie parser

Closed this issue · 0 comments

Feature Request

In this task a CSRF protection can be added as well as other security tools.
https://docs.nestjs.com/techniques/security

Remember to use the signed cookies option.

Teachability, Documentation, Adoption, Migration Strategy

https://www.npmjs.com/package/cookie-parser
https://www.geeksforgeeks.org/express-cookie-parser-signed-and-unsigned-cookies/
https://stackoverflow.com/questions/52285591/signing-cookies-in-express/52286267