Is there a easy way to remove an entry from the browser history.
-
I have following use case.
The user navigates to an EXTERNAL page (in my case, the login page, managed by an openid provider), I’m using windows.location to set new url, so the quasar app is replaced by the external login page.
the login page knows how to redirect back to the quasar app.
Now, what I want is that the visit to the external login page is removed from the browser history.
Is this possible? Other creative solutions?
Thanks a million !
cheers
paul. -
Same problem here
-
The point is that an easy way to avoid the history is to use a popup window to route to the external page for login. But the problem is that this way of working is not reliable, since popups can be blocked.