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
I use Handshake.org domains (decentralised Top Level Domains (TLDs)). We are issuing SLD derivatives of these TLDs to our subscriber members. We would like our members to be able to login to our WP site using their SLDs.
Handshake via Namebase.io have develop this Handshake Login Protocol https://github.com/namebasehq/handshake-id-manager. We'd like to use this combined with your Keyring to allow our members to login to our WP site on the basis that they own an approved SLD.
What is required to make this work?
The text was updated successfully, but these errors were encountered:
This library really just handles abstracting/standardizing the authentication part of things at a code level, so as long as this auth model works roughly similar to something like OAuth, you should be able to build a custom "Service" that implements it, and then use Keyring to help handle that when you build out whatever UI you need to support it.
Hi,
I use Handshake.org domains (decentralised Top Level Domains (TLDs)). We are issuing SLD derivatives of these TLDs to our subscriber members. We would like our members to be able to login to our WP site using their SLDs.
Handshake via Namebase.io have develop this Handshake Login Protocol https://github.com/namebasehq/handshake-id-manager. We'd like to use this combined with your Keyring to allow our members to login to our WP site on the basis that they own an approved SLD.
What is required to make this work?
The text was updated successfully, but these errors were encountered: