maitredhotel
v0.4.1
Published
always here to gently welcome you
Downloads
3
Readme
maitredhotel
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.