You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renewAuth was the old way of updating tokens, and it required a separate callback page to complete the flow (it was possible to not have one, but needed the callback page for the process to be efficient).
We recently introduced checkSession which does not have the friction mentioned above. It makes use of what is known as the Web Message Response Mode internally and has the same API as that of renewAuth.
So even though the renewAuth method is still available, we recommend that you go with checkSession.
From Auth0:
https://auth0.github.io/auth0.js/global.html#checkSession
The text was updated successfully, but these errors were encountered: