-
Notifications
You must be signed in to change notification settings - Fork 4
handlers.mastodon
fluffy edited this page Jul 13, 2019
·
1 revision
This handler lets people log in using their Mastodon (or Mastodon-compatible) instance of choice. If someone uses a Mastodon identity to log in, it will verify their identity using the client login flow.
def from_config(config):
""" Generate a Mastodon handler from the given config dictionary.
Posible configuration values:
MASTODON_NAME -- the name of your website (required)
MASTODON_HOMEPAGE -- your website's homepage (recommended)
"""