0.2.1 • Published 3 years ago

@schnack/plugin-auth-mastodon v0.2.1

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

auth-mastodon

Adds Mastodon OAuth authentication to your Schnack server.

Usage

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

{
    "plugins": {
        "auth-mastodon": {
            "app_name": "XXX",
            "app_website": "XXX"
        }
    }
}

Then run

npm init schnack

Preparation

  • All you have to do is to define app_name and app_website in the plugins.auth-mastodon section of your schnack.json. Schnack will then create OAuth applications at Mastodon instances whenever a user tries to sign in (the users are asked to enter a Mastodon domain before signing in).