You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom-flows/add-email.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Then skip to the [Email link verification](#email-link-verification) section.
35
35
1. The `prepareVerification()` method is used on the newly created `EmailAddress` object to send a verification code to the user.
36
36
1. The `attemptVerification()` method is used on the same `EmailAddress` object with the verification code provided by the user to verify the email address.
Copy file name to clipboardExpand all lines: docs/custom-flows/email-password-mfa.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This guide will walk you through how to build a custom email/password sign-in fl
44
44
> [!TIP]
45
45
> For this example to work, the user must have MFA enabled on their account. You need to add the ability for your users to manage their MFA settings. See the [manage SMS-based MFA](/docs/custom-flows/manage-sms-based-mfa) or the [manage TOTP-based MFA](/docs/custom-flows/manage-totp-based-mfa) guide, depending on your needs.
Copy file name to clipboardExpand all lines: docs/custom-flows/sign-out.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The `signOut()` function signs a user out of all sessions in a [multi-session ap
12
12
> [!NOTE]
13
13
> The sign-out flow deactivates only the current session. Other valid sessions associated with the same user (e.g., if the user is signed in on another device) will remain active.
Copy file name to clipboardExpand all lines: docs/references/ios/overview.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Clerk iOS SDK (beta)
3
-
description: The Clerk iOS SDK gives you access to prebuilt components, React hooks, and helpers to make user authentication easier.
2
+
title: Clerk iOS SDK
3
+
description: The Clerk iOS SDK provides a set of tools and utilities for handling authentication and user management.
4
4
---
5
5
6
6
The Clerk iOS SDK provides a set of tools and utilities for handling authentication and user management. Refer to the [quickstart guide](/docs/quickstarts/ios) to get started.
0 commit comments