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

[auth] should keypair be locked per session? #16

Open
rt2zz opened this issue Feb 4, 2018 · 0 comments
Open

[auth] should keypair be locked per session? #16

rt2zz opened this issue Feb 4, 2018 · 0 comments

Comments

@rt2zz
Copy link
Member

rt2zz commented Feb 4, 2018

Options:

  1. store pub key in session
  2. get rid of sessionId and always use pub key
  3. allow keypair to change at any time, sessionId is the fundamental key

from a security standpoint I think all options are roughly equivalent but one of these options probably makes the code the simplest, and I am guessing the extra constraint of using pub key as sessionId will be useful moving forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant