Logout without security alert of Universal Login

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?

Thanks in advance.
Marcela.

Hey there @marcela.nievas !

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.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.