Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decentralize Authentication, Encrypt communication, and show current online status #79

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

philschatz
Copy link
Contributor

@philschatz philschatz commented Jan 3, 2021

This uses the decentralized authentication chain in local-first-web/auth to encrypt communication between peers and invite new members to the team. The chain is replicated between peers using the Repo class and Automerge. Additionally, since all messages are signed, the username is shown in the online dropdown in the Toolbar:

authentication-encryption-and-status.mp4

I am not sure which if any of this code is useful; I did it to learn more about the state and auth repos and cryptography in general.

It would be nice to have an offline PWA on our phones to communicate with friends and family (ephemeral chat, shopping lists, text docs) without needing a cloud.

See https://philschatz.com/todo/ to try this code out. It should work offline as well

@HerbCaudill
Copy link
Member

Hey @philschatz this looks amazing - I'm afk this week but I'll take a closer look when I get back!

@devYonz
Copy link

devYonz commented Mar 21, 2024

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants