Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new SMS provider Prelude #1866

Closed
wants to merge 1 commit into from
Closed

Conversation

pushthat
Copy link

@pushthat pushthat commented Dec 9, 2024

What type of change does this PR introduce?

This PR integrates a new SMS provider, Prelude.

Additional Context

The implementation draws inspiration from the Twilio Verify integration.

Prelude is designed to offer a more cost-effective OTP solution by intelligently optimizing routes based on their price-to-conversion ratio. Additionally, it provides advanced fraud prevention measures, including protection against IRSF pumping fraud.

@pushthat pushthat requested a review from a team as a code owner December 9, 2024 19:06
@cstockton
Copy link
Contributor

I appreciate the pull request and it seems to have buttoned things up for the auth team end-to-end. We are planning on using auth hooks for these types of integrations. We hope this give users the freedom to choose their provider while lowering the level of commitment required by the auth team.

My suggestion would be to take a look at the send SMS hook, if you run into any issues please create an issue:
https://supabase.com/docs/guides/auth/auth-hooks/send-sms-hook
https://supabase.com/dashboard/project/_/auth/hooks

@cstockton cstockton closed this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants