maitredhotel

always here to gently welcome you

Usage no npm install needed!

<script type="module">
  import maitredhotel from 'https://cdn.skypack.dev/maitredhotel';
</script>

README

maitredhotel

Build Status always here to gently welcome you

Introduction

maitredhotel is a hapi plugin. It allows user based on Github. This means that to be authenticated on this plugin, a user must have a Github account. Then the user is saved in the database and further authentication are made using a simple randomy issued token.

Configuration

The configuration object is as follow:

  {
    "github": {
      "password": "string",
      "clientId": "string",
      "clientSecret": "string",
      "isSecure": "boolean"
    }
}

See Bell documentation here.