@hoodie/account

Hoodie Account core module

Usage no npm install needed!

<script type="module">
  import hoodieAccount from 'https://cdn.skypack.dev/@hoodie/account';
</script>

README

hoodie-account

Hoodie Account core module

Build Status Dependency Status devDependency Status

hoodie-account combines account-client, account-server and exposes a generic account UI.

Usage

Start the demo server

npm start

If you want to use the account module as plugin of your Hapi server, check out example/index.js to see how to register the account-server and how to bundle and server the account-client

Testing

Local setup

git clone https://github.com/hoodiehq/hoodie-account.git
cd hoodie-account
npm install

Run end-to-end tests with selenium

npm test

Contributing

Have a look at the Hoodie project's contribution guidelines. If you want to hang out you can join our Hoodie Community Chat.

License

Apache 2.0