You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that local-first/auth is providing a mechanism for authenticating a connection between any two peers, it makes sense to buffer any syncing of OrbitDB or other data sharing typically done between two Quiet instances.
Acceptance Criteria
OrbitDB syncing is restricted until state of Auth.Connection state machine is 'connected'
Integration test verifies no data is shared until handshake is complete
Connection is closed if handshake times out or fails
The text was updated successfully, but these errors were encountered:
Description
Given that local-first/auth is providing a mechanism for authenticating a connection between any two peers, it makes sense to buffer any syncing of OrbitDB or other data sharing typically done between two Quiet instances.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: