0.0.5-facebook-alpha-v4 • Published 7 years ago
hapi-knoc v0.0.5-facebook-alpha-v4
CAUTION: Work in progress. Not stable.
Hapi Knoc
A bell like plugin for authentication with Hapi.js, with the freedom of custom handler logic. Supports -x Facebook
Installation
npm install hapi-knoc --save
yarn add hapi-knoc
Usage
// facebook oauth
import {fb, FacebookConfig} from 'hapi-knoc';
import * as config '/path/to/my/config';
const fbHandler = async (req, h) => {
const token = request.payload.token;
// Pass in the config
const fbConfig:FacebookConfig = config.facebook;
return data = await fb.validate(token, fbConfig);
}
0.0.5-facebook-alpha-v4
7 years ago
0.0.5-facebook-alpha-v3
7 years ago
0.0.5-facebook-alpha-v2
7 years ago
0.0.5-facebook-alpha-v1
7 years ago
0.0.5-facebook-alpha
7 years ago
0.0.5-facebook
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago