0.1.5 • Published 3 years ago

@schnack/plugin-auth-github v0.1.5

Weekly downloads
3
License
LicenseRef-LICENS...
Repository
github
Last release
3 years ago

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