Getting signin popup during logout
See original GitHub issueHi,
We are getting this popup during logout from the mobile app. Our code is:
auth0.webAuth
.clearSession({})
.then(success => {
Alert.alert('Logged out!');
setAccessToken(null);
})
.catch(error => {
console.log('Log out cancelled', error);
});
Is there any way to avoid this situation?
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (7 by maintainers)
Top Results From Across the Web
By passing choose account pop up in Microsoft logout.
I am using @azure/msal-angular library version 1.1. 1 for login and logout in my angular-11 application.is it possible to by pass the account ......
Read more >After logout main window the popup window links still ...
I am using struts 2 login interceptor. Code is working fine. In my application many popup windows have used.when I open my popup...
Read more >iOS logout shows login message prompt
When logging out of my React Native App on iOS users are shown the "[Tenant] wants to use auth0.com to sign in"
Read more >How to Create a Popup Login Form with Login ... - YouTube
Learn more: https://www.elegantthemes.com/blog/divi-resources/how-to-create-a- popup - login -form-with- login - logout -buttons- in -diviCreating a ...
Read more >How to Create a Popup Login Form with Login/Logout ...
To create our logout button, duplicate the existing Login button in column 3. ... To help distinguish the two buttons, you can update...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
how come
prompt
is not included in https://auth0.github.io/react-native-auth0/WebAuth.html#.authorize@Widcket
Is there a way to at least configure the message to say “sign-out” instead of “sign-in”?