Auth0 session blocking user

Hello!

I have a question about “users blocked”, currently I have two applications:

-Single Page Application
-Machine to Machine

currently I’m logging in on my SPA successfully, so from my second application machine to machine I’m blocking the user, using Update a User

this worked successfully, BUT I just want to know why the front don’t refresh it???

I mean, I just want the front to refresh only as soon as the user goes into a blocked state.

of course that socket.io can help me to refresh the front as soon one user goes into a blocked state, but I would love not to use it.