-
Notifications
You must be signed in to change notification settings - Fork 0
Add an option to generate session id #6
Copy link
Copy link
Open
Labels
first-timers-onlyThis issue is suitable for first timers. However, can be picked by any contributorsThis issue is suitable for first timers. However, can be picked by any contributorsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
first-timers-onlyThis issue is suitable for first timers. However, can be picked by any contributorsThis issue is suitable for first timers. However, can be picked by any contributorsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Currently, we use hyperid npm package to generate session id, which appends a counter to previously generated session-id. It might give a chance to hacker to guess next/previous session-id.