This is needed for successful registration when we call the siwe_auth endpoint from web. I should have included this earlier.
Details
Details
Able to step through account creation and ensure that every step completes as expected.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
keyserver/src/creators/account-creator.js | ||
---|---|---|
223 ↗ | (On Diff #21181) | We don't seem to do anything with this!! Let's get rid of the promises array and actually await it, presumably before the calls below that actually create the user |
236 ↗ | (On Diff #21181) | I think this is a duplicate call, see ENG-2767. Can we just remove it? |
keyserver/src/creators/account-creator.js | ||
---|---|---|
223 ↗ | (On Diff #21181) | I'm not sure how I missed that..... going to read through processSIWEAccountCreation and processSuccessfulLogin again to make sure everything is correct. |
236 ↗ | (On Diff #21181) |
If none of the subsequent queries that use the Viewer object (eg createPrivateThread(viewer, request.address) depend on the cookie being set correctly. I'll read through and handle ENG-2767 in subsequent diff. |