mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
Implement the destructive migration plan to remove the old approval flow entirely. This includes deleting the legacy edge function, removing the toggle component, simplifying frontend code, and updating documentation.
77 lines
1.3 KiB
TOML
77 lines
1.3 KiB
TOML
project_id = "ydvtmnrszybqnbcqbdcy"
|
|
|
|
[functions.sitemap]
|
|
verify_jwt = false
|
|
|
|
[functions.admin-delete-user]
|
|
verify_jwt = true
|
|
|
|
[functions.send-password-added-email]
|
|
verify_jwt = true
|
|
|
|
[functions.create-novu-subscriber]
|
|
verify_jwt = true
|
|
|
|
[functions.update-novu-preferences]
|
|
verify_jwt = true
|
|
|
|
[functions.trigger-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.notify-system-announcement]
|
|
verify_jwt = true
|
|
|
|
[functions.notify-moderators-report]
|
|
verify_jwt = false
|
|
|
|
[functions.manage-moderator-topic]
|
|
verify_jwt = false
|
|
|
|
[functions.sync-all-moderators-to-topic]
|
|
verify_jwt = true
|
|
|
|
[functions.novu-webhook]
|
|
verify_jwt = false
|
|
|
|
[functions.detect-location]
|
|
verify_jwt = false
|
|
|
|
[functions.upload-image]
|
|
verify_jwt = true
|
|
|
|
[functions.process-selective-approval]
|
|
verify_jwt = false
|
|
|
|
[functions.send-escalation-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.cancel-email-change]
|
|
verify_jwt = true
|
|
|
|
[functions.seed-test-data]
|
|
verify_jwt = true
|
|
|
|
[functions.process-oauth-profile]
|
|
verify_jwt = true
|
|
|
|
[functions.validate-email-backend]
|
|
verify_jwt = false
|
|
|
|
[functions.send-contact-message]
|
|
verify_jwt = false
|
|
|
|
[functions.send-admin-email-reply]
|
|
verify_jwt = true
|
|
|
|
[functions.merge-contact-tickets]
|
|
verify_jwt = true
|
|
|
|
[functions.receive-inbound-email]
|
|
verify_jwt = false
|
|
|
|
[functions.process-expired-bans]
|
|
verify_jwt = false
|
|
|
|
[functions.cleanup-old-versions]
|
|
verify_jwt = false
|