@schnack/plugin-auth-mastodon
v0.2.1
Published
Mastodon OAuth authentication for Schnack
Downloads
3
Readme
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
andapp_website
in theplugins.auth-mastodon
section of yourschnack.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).