connect-session-knex icon indicating copy to clipboard operation
connect-session-knex copied to clipboard

Are session ids encrypted before saving?

Open gaastonsr opened this issue 7 years ago • 1 comments

They should be encrypted before saving right? so in the case of a database leak session ids cannot be used.

gaastonsr avatar Jul 08 '18 18:07 gaastonsr

They should be, though encrypting a database is more of an operational concern and is perhaps outside of the scope of this library. I would consider a PR though.

gx0r avatar Nov 04 '19 23:11 gx0r