Hi,
In Auth0 for iOS, when implementing the logout the user is presenting a security alert in which they have to click on Continue.
Is there a way to skip this step?
In other words, is there a logout function without any popup?
This is a bit tricky as Auth0.swift uses ASWebAuthenticationSession by default and has no control over the alert box, but there are some workarounds (with drawbacks) outlined here.