storkit: merge 389_story_whatsapp_phone_number_allowlist_authorization

This commit is contained in:
dave
2026-03-25 13:39:44 +00:00
parent 60c0c95f38
commit 84a775be77
5 changed files with 166 additions and 0 deletions

View File

@@ -26,3 +26,8 @@ whatsapp_verify_token = "my-secret-verify-token"
# Maximum conversation turns to remember per user (default: 20).
# history_size = 20
# Optional: restrict which phone numbers can interact with the bot.
# When set, only listed numbers are processed; all others are silently ignored.
# When absent or empty, all numbers are allowed (open by default).
# whatsapp_allowed_phones = ["+15551234567", "+15559876543"]