feat(auth): verification-gate override, inbound-migration bypass, store deleter improvement

Lewis: May this revision serve well! <lu5a@proton.me>
This commit is contained in:
Lewis
2026-05-23 23:02:43 +03:00
committed by Tangled
parent f24a9f8bc0
commit 4d2c7d4723
28 changed files with 460 additions and 86 deletions
+8
View File
@@ -62,6 +62,14 @@
# Default value: false
#disable_rate_limiting = false
# Skip the verified-comms-channel gate for login and record writes.
# Please keep this off unless you're an invite-only PDS!
#
# Can also be specified via environment variable `DISABLE_ACCOUNT_VERIFICATION_GATE`.
#
# Default value: false
#disable_account_verification_gate = false
# List of additional banned words for handle validation.
#
# Can also be specified via environment variable `PDS_BANNED_WORDS`.