Saturday 30 March 2019

how does auth0 redirect_uri work?

I understand that once a user is authenticated he is redirected to redirect_uri. What I don't get is, in the cast of SPAs, it's not as if the SPA has a built-in server (on the client-side) that listens to incoming requests? How can an external website (auth0) update the route of the client webapp with the new URL? Or does it have something to do with the browser history API? Clearly I'm missing a piece of the puzzle.

Submitted March 30, 2019 at 12:33PM by BuddhaBit

No comments:

Post a Comment