You are viewing a single comment's thread:

RE: New authorization method - HiveAuth for mobile devices support

Awesome! Great to see more apps embracing HiveAuth to provide easy and secure login. 🔥🔥🔥

0.00000713 BEE
1 comments

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.

0.00000730 BEE

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

0E-8 BEE

An example on how to do that is provided on GitHub: https://github.com/hiveauth/hive-auth-html

0E-8 BEE