Magic Link Setup
In LaunchYourApp, we use Magic Link with Supabase and Expo. Follow these steps to configure Magic Link:
Configure app.json
Ensure your 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
You should see a screen like this:
In the Site Url
field, enter the scheme
of your application that we configured in the previous step, and include ://
at the end.
In the 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
Now you can test your Magic Link:
Magic Link Setup
In LaunchYourApp, we use Magic Link with Supabase and Expo. Follow these steps to configure Magic Link:
Configure app.json
Ensure your 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
You should see a screen like this:
In the Site Url
field, enter the scheme
of your application that we configured in the previous step, and include ://
at the end.
In the 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
Now you can test your Magic Link: