Find an alternate way of encrypting cookie #3
Labels
first-timers-only
This issue is suitable for first timers. However, can be picked by any contributors
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we're using cookie-signature npm package to sign the session-id. It attaches the actual string with the encrypted string. Hence we're planning to change this approach.
One of the possible solutions is saving actual str along with encrypted str in the session store instead of attaching it within the session-id.
The text was updated successfully, but these errors were encountered: