1. Made sure that I could log in via `TraditionalLoginForm` and set breakpoints on the `keyserver` side to ensure we got what we expect for `signedIdentityKeysBlob`
2. Made sure that I could log in via `SIWELoginForm` and set breakpoints on the `keyserver` side to ensure we got what we expect for `signedIdentityKeysBlob`
3. I patched in the commit where I add `cryptoStore` to the `redux-persist` "whitelist" and ensure that things are as expected when I refresh the page.
4. I remove `signedIdentityKeysBlob` from the `signed_identity_keys` `cookies` table and test that it get repopulated via `SIGNED_IDENTITY_KEYS_BLOB` request by:
A. Killing `keyserver` and restarting it, checking that `web` sends back response with signedIdentityKeysBlob and DB gets updated
B. Refreshing `web`and checking that `keyserver` sent `SIGNED_IDENTITY_KEYS_BLOB` request and `web` responded with correct `signedIdentityKeysBlob` response and DB got updated