mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
87 stars 7 forks source link

Add support for WHITELIST_MODE #99

Closed codesections closed 4 years ago

codesections commented 4 years ago

When the WHITELIST_MODE environmental variable is set, Flodgatt requires users to authenticate with a valid access token before subscribing to any timelines (even those that are typically public). Closes #40.