-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
E2EE Example #19
Comments
Here's a quick example for sending/receiving, no persistence though: https://mau.dev/-/snippets/6 |
Hi, same request here. |
Please add some documentation and examples. It really is a blind trial and error what I am doing currently. |
You can take a look at some of these projects:
I'd look at the vacation responder first, since it's the most barebones one. |
It would be good to have another example showing how encryption is used.
After many hours of trial and error along with looking through the gomuks source code I have got basic E2EE working with this library, but am unsure if I am doing it the right way.
I also can't figure out to keep E2EE working across restarts, even when I persist the crypto store, token and device id I am just met with "no session with given id found" errors.
A code example showing the right way to get encryption working with this library would really help me.
Alternatively a high-level "checklist" of everything that needs to be set up would be equally useful, e.g. what event listeners need to be set up, what functions need to be called, what data needs to be persisted etc.
The text was updated successfully, but these errors were encountered: