Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 840 Bytes

auth-github

Adds GitHub OAuth authentication to your Schnack server.

Usage

Add a plugins.auth-github section to your Schnack config file schnack.json:

{
    "plugins": {
        "auth-github": {
            "client_id": "XXX",
            "client_secret": "XXX"
        }
    }
}

Then run

npm init schnack

Preparation