0.1.0 • Published 6 years ago
schnack-plugin-auth-facebook v0.1.0
schnack-plugin-auth-facebook
Adds Facebook OAuth authentication to your Schnack server.
Usage
Add a plugins.auth-facebook
section to your Schnack config file schnack.json
:
{
"plugins": {
"auth-facebook": {
"client_id": "XXX",
"client_secret": "XXX"
}
}
}
Then run
npm init schnack
0.1.0
6 years ago