Magic Link Setup
Configure app.json
app.json
has the slug
and scheme
configured. LaunchYourApp includes this by default, but remember to change it to the name of your application:Supabase Setup
Site Url
field, enter the scheme
of your application that we configured in the previous step, and include ://
at the end.
Redirect URLs
field, include these three URLs:
http://192.168.0.3:8081
- This is the URL that your application usually runs in development mode, but you can change it to your local IP.http://localhost:8081
- This is another URL that your application usually runs in development mode. Again, you can change it to your localhost Port and IP.exp+launch-your-app://confirm-magic-link
- This is the URL that your application will open when the user clicks on the Magic Link. Change launch-your-app
to the scheme
of your application.Test