Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientAuthError: Login_In_Progress: Error during login call - login is already in progress #94

Open
KhizerRehan opened this issue Feb 28, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@KhizerRehan
Copy link

KhizerRehan commented Feb 28, 2022

I am trying to login with MS login button but it fails to login.

There might be possiblity i haven't used correctly, but i am continously getting this information debug mode

3814ab53c1753b34c9790c5525e75462.mp4

Implementation

 const authHandler = (err, data) => {
    console.log(err);
   /// Custom implementation when data:<object> is recieved
  };


<MicrosoftLogin
        className="microsoft-btn"
        clientId={"<CLIENT_ID>"}
        graphScopes={["user.read"]}
        withUserData
        children={
          <button className="microsoft-btn">
            <p className="btn-text">Login</p>
          </button>
        }
        buttonTheme="light_short"
        authCallback={authHandler}
        useLocalStorageCache
 />

Anyhelp will be appreciated.

@KhizerRehan KhizerRehan added the bug Something isn't working label Feb 28, 2022
@alexandrtovmach
Copy link
Owner

Please update to v2.0.0+ and check if issue still reproducing for you.

From first view, looks like an issue on your end

@alexandrtovmach alexandrtovmach added help wanted Extra attention is needed and removed bug Something isn't working labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants