connect-session-knex
connect-session-knex copied to clipboard
Are session ids encrypted before saving?
They should be encrypted before saving right? so in the case of a database leak session ids cannot be used.
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.