issues
search
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
Offline
#17
Open
icidasset
opened
4 years ago
icidasset
commented
4 years ago
To make this work offline, we'd need at least two big changes:
[ ] Remove the need for a signaling server for linking. Not possible at the moment, see tracking issue:
https://github.com/libp2p/js-libp2p/issues/703
[x] Add service worker to this app (see quotes sample app for an example)
To make this work offline, we'd need at least two big changes: