Replies: 1 comment 4 replies
-
I guess you should create a password hash before sending a command. resolve/examples/hacker-news/auth/route_register_callback.js Lines 16 to 19 in 9607316 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bcrypt generates passwords asyncronously. Command handlers need to be syncronous I believe. Obviously you dont want to put the password in plain text in an event so how does one handle this scenario?
Beta Was this translation helpful? Give feedback.
All reactions