Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 387 Bytes

File metadata and controls

24 lines (18 loc) · 387 Bytes

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