A community based topic aggregation platform built on atproto

security(pds): enable invite requirement after spam attack

Deleted 41 spam bot accounts that were created between Dec 26-28.
All accounts used rotating residential proxies and followed the same
pattern: Brazilian-style names, no profiles, only follows/likes/reposts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
docker-compose.prod.yml
··· 167 167 168 168 # Production mode 169 169 PDS_DEV_MODE: "false" 170 - PDS_INVITE_REQUIRED: "false" # Set to true if you want invite-only 170 + PDS_INVITE_REQUIRED: "true" 171 171 172 172 # Logging 173 173 NODE_ENV: production