Skip to content

Commit c0c4e2c

Browse files
committed
Add Universal Links recommendation to Swift and Flutter QS
1 parent 76c61f4 commit c0c4e2c

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

articles/quickstart/native/flutter/01-login.md

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Go to the <a href="$manage_url/#/applications/$account.clientId/settings" target
4949
On Android, the value of the `SCHEME` placeholder can be `https` or some other custom scheme. `https` schemes require enabling <a href="https://auth0.com/docs/get-started/applications/enable-android-app-links-support" target="_blank" rel="noreferrer">Android App Links</a>.
5050

5151
On iOS 17.4+ and macOS 14.4+ it is possible to use Universal Links (`https` scheme) as callback and logout URLs. When enabled, the SDK will fall back to using a custom URL scheme on older iOS / macOS versions –your app's <a href="https://developer.apple.com/documentation/appstoreconnectapi/bundle_ids" target="_blank" rel="noreferrer">bundle identifier</a>.
52+
53+
Whenever possible, Auth0 recommends using Universal Links as a secure way to link directly to content within your iOS app. Custom URL schemes can be subject to [client impersonation attacks](https://datatracker.ietf.org/doc/html/rfc8252#section-8.6).
54+
5255
**This feature requires Xcode 15.3+ and a paid Apple Developer account**.
5356
:::
5457

articles/quickstart/native/flutter/_configure_urls_interactive.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Set the callback and logout URLs to the following values, depending on your plat
2020
On Android, the value of the `SCHEME` placeholder can be `https` or some other custom scheme. `https` schemes require enabling <a href="https://auth0.com/docs/get-started/applications/enable-android-app-links-support" target="_blank" rel="noreferrer">Android App Links</a>.
2121

2222
On iOS 17.4+ and macOS 14.4+ it is possible to use Universal Links (`https` scheme) as callback and logout URLs. When enabled, the SDK will fall back to using a custom URL scheme on older iOS / macOS versions –your app's <a href="https://developer.apple.com/documentation/appstoreconnectapi/bundle_ids" target="_blank" rel="noreferrer">bundle identifier</a>.
23+
24+
Whenever possible, Auth0 recommends using Universal Links as a secure way to link directly to content within your iOS app. Custom URL schemes can be subject to [client impersonation attacks](https://datatracker.ietf.org/doc/html/rfc8252#section-8.6).
25+
2326
**This feature requires Xcode 15.3+ and a paid Apple Developer account**.
2427
:::
2528

articles/quickstart/native/ios-swift/01-login.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ If the callback and logout URLs are not set, users will be unable to log in and
3030
::: note
3131
On iOS 17.4+ and macOS 14.4+ it is possible to use Universal Links as callback and logout URLs. When enabled, Auth0.swift will fall back to using a custom URL scheme on older iOS / macOS versions.
3232

33+
Whenever possible, Auth0 recommends using Universal Links as a secure way to link directly to content within your app. Custom URL schemes can be subject to [client impersonation attacks](https://datatracker.ietf.org/doc/html/rfc8252#section-8.6).
34+
3335
**This feature requires Xcode 15.3+ and a paid Apple Developer account**.
3436
:::
3537

articles/quickstart/native/ios-swift/interactive.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Auth0 invokes the callback and logout URLs to redirect users back to your app. A
4848
::: note
4949
On iOS 17.4+ and macOS 14.4+ it is possible to use Universal Links as callback and logout URLs. When enabled, Auth0.swift will fall back to using a custom URL scheme on older iOS / macOS versions.
5050

51+
Whenever possible, Auth0 recommends using Universal Links as a secure way to link directly to content within your app. Custom URL schemes can be subject to [client impersonation attacks](https://datatracker.ietf.org/doc/html/rfc8252#section-8.6).
52+
5153
**This feature requires Xcode 15.3+ and a paid Apple Developer account**.
5254
:::
5355

0 commit comments

Comments
 (0)