authorizer icon indicating copy to clipboard operation
authorizer copied to clipboard

Strange UI blinks after login

Open VladimirCores opened this issue 3 years ago • 2 comments

I use latest version if Authorizer with code:

const authorizer = new Authorizer({
  authorizerURL: 'http://localhost:8081/',
  redirectURL: window.location.origin,
  clientID: '9a8498c5-6c09-4881-82c0-ae91626515b2', // obtain your client id from authorizer dashboard
});

And that is what I see on login: Record_select-area_20221009115739

What is this strange UI that appears for a second after login?

VladimirCores avatar Oct 09 '22 09:10 VladimirCores

@VladimirCores I think I know what is appearing there, Can you share more information on how you have implemented this UI? Are you using the default app from the authorizer for login or you have built the custom UI?

lakhansamani avatar Oct 09 '22 09:10 lakhansamani

The call authorizer.authorize({ response_type: 'token', use_refresh_token: false }) navigate to url where Authorized running http://localhost:8081/app/?state=...

VladimirCores avatar Oct 09 '22 11:10 VladimirCores