0.1.5 • Published 3 years ago

@schnack/plugin-auth-twitter v0.1.5

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

auth-twitter

Adds Twitter OAuth authentication to your Schnack server.

Usage

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

{
    "plugins": {
        "auth-twitter": {
            "consumer_key": "xxxxx",
            "consumer_secret": "xxxxx"
        }
    }
}

Then run

npm init schnack

Preparation

  • Create a new OAuth App on apps.twitter.com
  • Copy the Consumer Key and the Consumer Secret from "Keys and Access Tokens" to plugins.auth-twitter.consumer_key and plugins.auth-twitter.consumer_secret in schnack.json