Hi,
we have one question about the auth0 integration in an iOS (18.5 swift) App.
We get always the dialog if we call Auth0.webAuth()
This is a bit annoying for the app users when they still get this dialog when logging out, for example.
Because we call by logout Auth0.webAuth().clearSession …
Is there a way to avoid this dialog from always appearing?
Thx Tim
We found some docs Auth0.swift/FAQ.md at master · auth0/Auth0.swift · GitHub
# Frequently Asked Questions
- [1. How can I disable the _login_ alert box?](#1-how-can-i-disable-the-login-alert-box)
- [If you don't need SSO](#if-you-dont-need-sso)
- [Use ephemeral sessions](#use-ephemeral-sessions)
- [Use `SFSafariViewController`](#use-sfsafariviewcontroller)
- [Use `WKWebview`](#use-wkwebview)
- [If you need SSO](#if-you-need-sso)
- [2. How can I disable the _logout_ alert box?](#2-how-can-i-disable-the-logout-alert-box)
- [3. How can I change the message in the alert box?](#3-how-can-i-change-the-message-in-the-alert-box)
- [4. How can I programmatically close the alert box?](#4-how-can-i-programmatically-close-the-alert-box)
- [5. How to resolve the _Failed to start this transaction, as there is an active transaction at the moment_ error?](#5-how-to-resolve-the-failed-to-start-this-transaction-as-there-is-an-active-transaction-at-the-moment-error)
- [Workarounds](#workarounds)
- [Clear the login transaction when handling the `transactionActiveAlready` error](#clear-the-login-transaction-when-handling-the-transactionactivealready-error)
- [Clear the login transaction when the app moves to the background/foreground](#clear-the-login-transaction-when-the-app-moves-to-the-backgroundforeground)
- [Avoid the login/logout alert box](#avoid-the-loginlogout-alert-box)
---
## 1. How can I disable the _login_ alert box?
This file has been truncated. show original
Understanding platform-level constraints is a prerequisite for developing great mobile experiences. This article explores browser options available on iOS, how they've evolved, and their cookie-sharing behaviors.