Need help with Mobile Login Features, Password Reset and Custom Domain

Hi there! I hope it helps:

  1. For the password reset to work, it must happen on the reset_pw page. What you can do is generate the reset token and then send a custom email the way you want, and work with that token as needed. However, in the end, the user will still need to go to the reset_pw page to actually change their password.
    image

  2. To implement Sign in with Apple, you’ll need to build the OAuth flow using the API Connector, or use a plugin that handles it for you.

  3. To send emails using your own domain, you can either connect your Bubble app to SendGrid natively through Bubble, or use another email service by integrating it via the API Connector or a plugin. For example, in a password reset workflow, if you’re using a different provider like Brevo, you would generate the reset password token in one step, and then send the email using Brevo in the next step — including the token as part of a link in the email body.

1 Like