An Identity Manager that uses handshake-login
and works with all supported strategies.
- Supports all strategies: Local Storage, WebAuthn
- Compatible with Namebase's implementation
Simply set this DNS record.
Type: TXT
Name: _idmanager
Value: v=0;url=https://id.htools.work
Contributions are always welcome! However, please create an issue before starting any work so there won't be any repeated/wasted effort.
Feel free to create a new issue with any problems you face with the library.
Clone the project
git clone git@github.com:htools-org/htools-id-manager.git
cd htools-id-manager
Install dependencies
npm install
Start a hot-reloading server
npm run serve
Finally, build with
npm run build
- Namebase Developer docs for the concept
- Namebase ID Manager for code reference and the first strategy
- @Falci's gist for basic functions and simplified flow
Proudly supported by HandyOSS.