This is the power of HiveAuth.
The Hive Authentication Services provide a way for any applications, (either web, desktop, or mobile) to easily authenticate users without asking them to provide any password or private key.
When integrating HiveAuth protocol support, the Hive Authentication Services act as a bridge between any application and any Private Key Storage Application.
It works with WebSockets, the browser application can send messages to the socket and Hive Keychain Mobile application listens for any incoming message. When it receives message HKM performs operation and inform browser application through the same socket about the result
lol.. i wrote @arcange some hours ago, exactly how to solve this..
@monstercardstore that's great and a awesome user experience for Mobile Apps, can you maybe provide how you achieved this?
specially how you was able to connect the "normal" Browser App to Open Keychain? somehow i don't get this to work.
This is the power of HiveAuth.
The Hive Authentication Services provide a way for any applications, (either web, desktop, or mobile) to easily authenticate users without asking them to provide any password or private key.
When integrating HiveAuth protocol support, the Hive Authentication Services act as a bridge between any application and any Private Key Storage Application.
It works with WebSockets, the browser application can send messages to the socket and Hive Keychain Mobile application listens for any incoming message. When it receives message HKM performs operation and inform browser application through the same socket about the result
View more
An example on how to do that is provided on GitHub: https://github.com/hiveauth/hive-auth-html
View more