0.0.5-facebook-alpha-v4 • Published 8 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-knocUsage
// 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
8 years ago
0.0.5-facebook-alpha-v3
8 years ago
0.0.5-facebook-alpha-v2
8 years ago
0.0.5-facebook-alpha-v1
8 years ago
0.0.5-facebook-alpha
8 years ago
0.0.5-facebook
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago