fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Linking #15

Closed icidasset closed 3 years ago

icidasset commented 4 years ago

Connectivity isn't great, but that's a libp2p thing: https://github.com/libp2p/js-libp2p/issues/703

We could do websockets on our API in the meantime. Need to test more and investigate further.

dholms commented 4 years ago

We could create a websockets relay with the exact same API as pubsub so they're super easy to switch out when pubsub is more reliable. Or even just fall back to WS if pubsub isn't connecting

expede commented 4 years ago

Yeah, I was thinking of adding it as a permanent backup system. Give it the same client interface, it switch out the implementation (ie an adapter or facade)