-
Notifications
You must be signed in to change notification settings - Fork 7
Description
There are some situations where the UI is frozen for a couple of seconds after calling the login
method. I'm not sure why it happens, and sometimes it works properly on subsequent logins so maybe it has something to do with data stored in the browser.
To reproduce this, you can visit ramen.noeldemartin.com, click on "try using a different authentication method" and select "Log in using the community authentication library". I have tried both in Firefox and Chrome, and it's more accentuated using Firefox.
If this isn't a bug I think it'd be nice to provide an API that allows calling login
within a web worker that wouldn't block the UI. Which I know is not easy as it sounds, because web workers need to be served on a different file. Just throwing ideas :).