feat(expo-example): configure and add magic link login#142
Merged
andrascodes merged 1 commit intoMay 14, 2026
Merged
Conversation
This was referenced Apr 29, 2026
038a77f to
4e1ddf4
Compare
08a73b6 to
e57e729
Compare
b16289e to
f85ba70
Compare
aaf3950 to
768b276
Compare
4cfdbeb to
7419e0d
Compare
768b276 to
f0895da
Compare
f0895da to
63256a1
Compare
7419e0d to
0d1ee27
Compare
63256a1 to
c4611ca
Compare
0d1ee27 to
cae5acb
Compare
91832c0 to
edea60d
Compare
4f8fd58 to
eabaca3
Compare
edea60d to
57420ef
Compare
629cb2c to
246a94b
Compare
246a94b to
ff5780b
Compare
f2de218 to
6bfcd21
Compare
6bfcd21 to
fd2ecf9
Compare
ff5780b to
290a894
Compare
fd2ecf9 to
4bb2387
Compare
4bb2387 to
b748b5e
Compare
1942f3e to
a43eaaf
Compare
a43eaaf to
2dfe3b7
Compare
b748b5e to
0434ba0
Compare
0434ba0 to
81c7db9
Compare
2dfe3b7 to
2e098e0
Compare
2e098e0 to
b4c71ef
Compare
81c7db9 to
d55dcb5
Compare
b4c71ef to
a8d9604
Compare
d55dcb5 to
7ecc93f
Compare
7ecc93f to
67a3df9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is part of a stack created with Aviator.
mainCloses FS-2088
Added magic link auth to the
expo-exampleapp and aligned it with the existing OTP to use the same hook to persist the data and the same input - resulting in a newEmailAuthcomponent.Made a change to how the app handles Redirect URIs as well: I added 1 Env Var to decide between using App Links or Deep Links. For App Links we derive the Redirect URIs from the
RP_ID. Since for connecting a domain to an app a file needs to be served from the domain, it makes sense to use the same domain andRP_IDfor Passkeys, Universal Links (both OAuth and Magic Link Redirect URIs) and Origin headers.Setting up the new
/verify-emailcallback involved adding a new intent inapp.jsonas well, so the app opens when the right callback is opened from the email.