Added loginUserPake based on the existing, equivalent function in our native_rust_library. The only major
difference is the error types.
we call it in loginResponder here. will add it to siweAuthResponder the diff after the next
Differential D6914
[keyserver] add loginUserPake function to rust-node-addon, call it from loginResponder in js varun on Feb 28 2023, 2:12 PM. Authored by Tags None Referenced Files
Details Added loginUserPake based on the existing, equivalent function in our native_rust_library. The only major we call it in loginResponder here. will add it to siweAuthResponder the diff after the next this is tested along with registerUser, see the test plan in the subsequent diff
Diff Detail
Event Timeline
Comment Actions Just one nit. Realizing my comment from last time probably doesn't make sense to Flow, and passing in the primary ed25519 twice (in signingPublicKey and sessionInitializationInfo) lets Rust avoid having to re-parse the JSON
Comment Actions
sorry, not recalling this, which comment?
|