Commit graph

3 commits

Author SHA1 Message Date
Dan Phiffer
18299a2c2b use esm import instead of cjs require 2024-10-02 09:53:07 -04:00
Darius Kazemi
34b46ed9fc Require OAuth 2.0 verification to create feeds
As of the `v2.0.0` release of this project, only users who are authenticated with a particular OAuth server can _create_ feeds. Any federated user can still read the feeds. I implemented this because running this service in the open invited thousands of spammers to create feeds and overwhelm the service. With this new model, you can run this as an added bonus for people in a community like a Mastodon server, and as the person running it you are taking on only the moderation burden of the users you are already responsible for on your federated server.
2021-10-12 09:12:03 -07:00
Darius Kazemi
5012b8bb17 Updating to use beanstalkd queueing system 2019-04-29 13:36:04 -07:00