question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting signin popup during logout

See original GitHub issue

Hi,

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:closed
  • Created 3 years ago
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
aprilmintacpinedacommented, Feb 10, 2021
3reactions
paulosbornecommented, May 11, 2020

@Widcket

@lhuria94 both popup and message are displayed by ASWebAuthenticationSession, and unfortunately we do not have control over it. However if you’d like to force the user to login again, you can add the prompt: "login" param to the login call.

Is there a way to at least configure the message to say “sign-out” instead of “sign-in”?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found