Really excited to announce the first version of Twoblocks, a free and open source 2fa manager web app built with Blockstack .
I created this app as an experiment to try the blockstack api, the app is built with React hooks and material-ui.
That’s weird, by any chance could you paste the error you have in the browser console?
For now I only use the function like this: blockstack.redirectToSignIn().
Love the idea! Are you thinking about making a native iOS version (if only just a wrapper for the web app)? This is the sort of app that I’d like to have always instantly on hand aka on my home screen (though I suppose that saving the web app to my home screen may be just as good? Perhaps it’s worth guiding people to that).
Hum that’s weird, I am using a react package to scan the code and in the know issues there is On IOS 11 it is only supported on Safari and not on Chrome or Firefox due to Apple making the API not available to 3rd party browsers. is that your case?
I first wanted to do a native app with react-native first, but it looks like the blockstack react-native package is not ready yet so I decided to go with a web app version first.
When the react-native lib will be working I will create a native app so I can add native features like fingerprint protection in order to open the app
I imagine @shreyas may have the best idea of when the react native package will be ready. Fingerprint protection sounds great!
I just checked with Graphite and the auth flow kicked me out of the app instance installed on the home screen and into Safari without routing me back to the home-screen install post-auth. @jehunter5811 I think you’ve optimized for home-screen installs – any thoughts here?