-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update library with removal of session and delegation of providers to app #44
Update library with removal of session and delegation of providers to app #44
Conversation
I updated the branch to merge into feature/app-template-merge as the build is failing because of some modification that requires to re-publish the library of templates but in the next PR the library or template will be completely gone so we can have a final full review on the feature/app-template-merge branch when ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Dependency: liteflow-labs/liteflow-js#90
Related: #46
This dependency is easier to review in parallel with liteflow-labs/liteflow-js#90 and follow the commit history.
This uses the latest version of the library that removes the session and most of the providers in the general context.
Thanks to that, the application can now define the web3 provider/connectors, the way to store the authenticated user (session / cookies), handle the user's authentication...
The application is now also responsible to reconnect the user's wallet with the eagerConnect still with the goal that it become the application's responsibility to handle the wallet of its choice