Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find an alternate way of encrypting cookie #3

Open
amitguptagwl opened this issue Oct 5, 2018 · 0 comments
Open

Find an alternate way of encrypting cookie #3

amitguptagwl opened this issue Oct 5, 2018 · 0 comments
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

Comments

@amitguptagwl
Copy link
Member

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.

@amitguptagwl amitguptagwl added help wanted Extra attention is needed good first issue Good for newcomers first-timers-only This issue is suitable for first timers. However, can be picked by any contributors labels Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant