Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.66 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.66 KB

hTools Identity Manager

License GitHub issues

An Identity Manager that uses handshake-login and works with all supported strategies.

Features

  • Supports all strategies: Local Storage, WebAuthn
  • Compatible with Namebase's implementation

Usage

Simply set this DNS record.

Type:  TXT
Name:  _idmanager
Value: v=0;url=https://id.htools.work

Contributing

Contributions are always welcome! However, please create an issue before starting any work so there won't be any repeated/wasted effort.

Issues / Bugs

Feel free to create a new issue with any problems you face with the library.

Development

Clone the project

git clone [email protected]: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

Acknowledgements

Proudly supported by HandyOSS.