ark-authentication

Authentication used in ark

Usage no npm install needed!

<script type="module">
  import arkAuthentication from 'https://cdn.skypack.dev/ark-authentication';
</script>

README

hapi-typescript-plugin

This is a very basic template to write HapiJs-Plugins with TypeScript.

It has a gulptask included to compile the source to JavaScript. This task is also referenced in the package.json as postinstall script.

Tests

Tests can be run with npm test or make test, make test-cov and test-cov-html. Note: npm test points to make test-cov. This is inspired from many hapi plugins.