Skip to content

Commit

Permalink
Update FAQ to remove mentions of iOS 12 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Nov 15, 2023
1 parent 8cda926 commit 88cfb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0_flutter/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Note that with `useEphemeralSession: true` you don't need to call `logout()` at

You still need to call `logout()` on Android, though, as `useEphemeralSession` is iOS-only.

> **Warning** > `useEphemeralSession` relies on the `prefersEphemeralWebBrowserSession` configuration option of `ASWebAuthenticationSession`. This option is only available on [iOS 13+](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio), so `useEphemeralSession` will have no effect on iOS 12. To improve the experience for iOS 12 users, see the approach described below.
> **Warning** > `useEphemeralSession` relies on the `prefersEphemeralWebBrowserSession` configuration option of `ASWebAuthenticationSession`.
#### Use `SFSafariViewController`

Expand Down

0 comments on commit 88cfb72

Please sign in to comment.