henalbrod / Blazor.Auth0

The library for using Auth0 in Blazor applications.
https://github.com/henalbrod/Blazor.Auth0
MIT License
110 stars 29 forks source link

Periodic view update causes issues #4

Closed ITninja04 closed 5 years ago

ITninja04 commented 5 years ago

Every 30 to 45 seconds an iframe will be injected (I assume to validate the users session). During this time it triggers a 'StateHasChanged' method call and causes my components to re-render.

This would be okay for text and other static items but I have on page where we're showing a chart and when it re-renders it animates causing the app to not act naturally.

Is there a way to disable this background refresh?

So far that's the only issue/bug we've seen, we really appreciate you putting in the time on this project!

henalbrod commented 5 years ago

Hi,

I really appreciate you take time to test the tool and bring feed back from it, thanks.

I'm closing this to move the discussion to the specific issues opened to address the reported:

Silent Login interval is too short Unnecesary StateHasChanged event fired on silent login

henalbrod commented 5 years ago

Issues have been addressed commit bc59de7