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
The documentation is very technical, there is no info about how this is supposed to work alltogether.
What is the difference between a Store and a Crypto Store? What is the prefered store? How should you persist the session? I tried with IndexedDBStore and it doesn't automatically re-login.
Can someone answer these questions and / or maybe improve the home page with a little more realistic examples? I am trying to build a client in Vue.js
The text was updated successfully, but these errors were encountered:
I think it would be a good idea to put the info, that a store is not storing credentials but rooms and such stuff and you should store the access token on the application layer. And the fact you only need cryptostore if you use e2e could also be highlighted better.
The documentation is very technical, there is no info about how this is supposed to work alltogether.
What is the difference between a Store and a Crypto Store? What is the prefered store? How should you persist the session? I tried with IndexedDBStore and it doesn't automatically re-login.
Can someone answer these questions and / or maybe improve the home page with a little more realistic examples? I am trying to build a client in Vue.js
The text was updated successfully, but these errors were encountered: