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
{{ message }}
This repository has been archived by the owner on May 10, 2021. It is now read-only.
This is not entirely a bug but a concern I have regarding the new functionality of getProvider() method.
getProvider() now prompts to choose a provider if you have any injected providers. I'm wondering why does uport-connect lets you pick any injected provider instead of uport-connect's?
I'm trying to see if I can get the default provider without prompting user.
OS: MacOS 10.14.5
Browser: Firefox 67.0.1
Version: 1.1.11
The text was updated successfully, but these errors were encountered:
Some updates on this:
The documentation on resolving for did and ethr did is a bit off. After updating things are not working as expected.
We have this code right here: https://codesandbox.io/embed/goofy-leaf-lrnyv
Also see comments from last developer
Since everybody is so active here, I just want to update on this.
We have changed the code so it uses new libs. All is good.
But the newest version of ethr-did-resolver builds .ejs files in dist, which breakes the frontend usage of this package. See picture for log of conversation with mircea.
This way and resolving like this, we dont need uport-connect in the app afterall. We have been doing backend creation of the nessercary app connections
This is not entirely a bug but a concern I have regarding the new functionality of
getProvider()
method.getProvider()
now prompts to choose a provider if you have any injected providers. I'm wondering why doesuport-connect
lets you pick any injected provider instead ofuport-connect
's?I'm trying to see if I can get the default provider without prompting user.
The text was updated successfully, but these errors were encountered: