Skip to content

Commit dc4af18

Browse files
authored
expo does not support email links (#2181)
1 parent f383aa8 commit dc4af18

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

docs/authentication/configuration/sign-up-sign-in-options.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ If a country is disabled, then phone numbers starting with the corresponding cou
124124

125125
### Email link
126126

127+
<If sdk="expo">
128+
> [!WARNING]
129+
> Expo does not support email links. You can request this feature on [Clerk's roadmap](https://feedback.clerk.com/).
130+
</If>
131+
127132
When the **Email verification link** option is selected as an authentication strategy, users receive an email message with a link to complete the authentication process. Email links can be used to sign up new users, sign in existing ones, or allow existing users to verify newly entered email addresses to user profiles.
128133

129134
As a security measure, email links expire after 10 minutes to prevent the use of compromised or stale links.

docs/custom-flows/add-email.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,9 @@ Then skip to the [Email link verification](#email-link-verification) section.
246246

247247
## Email link verification
248248

249+
<If sdk="expo">
250+
> [!WARNING]
251+
> Expo does not support email links. You can request this feature on [Clerk's roadmap](https://feedback.clerk.com/).
252+
</If>
253+
249254
<Include src="_partials/custom-flows/email-link-verification" />

docs/custom-flows/email-links.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ description: Learn how to build a custom flow using Clerk's API to handle email
55

66
<Include src="_partials/custom-flows-callout" />
77

8+
<If sdk="expo">
9+
> [!WARNING]
10+
> Expo does not support email links. You can request this feature on [Clerk's roadmap](https://feedback.clerk.com/).
11+
</If>
12+
813
[Email links](/docs/authentication/configuration/sign-up-sign-in-options#email-link) can be used to sign up new users, sign in existing users, or allow existing users to verify newly added email addresses to their user profiles.
914

1015
The email link flow works as follows:

docs/custom-flows/embedded-email-links.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Embeddable email links with sign-in tokens
33
description: Learn how to build custom embeddable email link sign-in flows to increase user engagement and reduce drop off in transactional emails, SMS's, and more.
44
---
55

6+
<If sdk="expo">
7+
> [!WARNING]
8+
> Expo does not support email links. You can request this feature on [Clerk's roadmap](https://feedback.clerk.com/).
9+
</If>
10+
611
An "email link" is a link that, when visited, will automatically authenticate your user so that they can perform some action on your site with less friction than if they had to sign in manually. You can create email links with Clerk by generating a sign-in token.
712

813
Common use cases include:

docs/references/expo/overview.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Clerk Expo SDK gives you access to prebuilt components, React hooks, and hel
99

1010
The Expo SDK gives you access to the following resources:
1111

12-
### Clerk hooks {{ id: 'hooks' }}
12+
### Hooks
1313

1414
The Expo SDK provides the following hooks:
1515

@@ -20,7 +20,7 @@ Because the Expo SDK is built on top of the Clerk React SDK, you can use the hoo
2020

2121
<Include src="_partials/hooks/hook-list" />
2222

23-
### Clerk components {{ id: 'components' }}
23+
### Components
2424

2525
- **Native** apps:
2626
- [`<ClerkLoaded>`](/docs/components/control/clerk-loaded)
@@ -34,6 +34,11 @@ Because the Expo SDK is built on top of the Clerk React SDK, you can use the hoo
3434

3535
## Custom flows
3636

37+
<If sdk="expo">
38+
> [!WARNING]
39+
> Expo does not support email links. You can request this feature on [Clerk's roadmap](https://feedback.clerk.com/).
40+
</If>
41+
3742
For **native** applications, Clerk's prebuilt components are not supported. You must use the Clerk API to build custom UI's for flows such as signing in and signing up. See the [custom flow](/docs/custom-flows/overview) guides for more information.
3843

3944
For **web** applications, if Clerk's [prebuilt components](/docs/components/overview) don't meet your specific needs or if you require more control over the logic, you can rebuild the existing Clerk flows using the Clerk API. See the [custom flow](/docs/custom-flows/overview) guides for more information.

0 commit comments

Comments
 (0)