I have a react app that uses @auth0/auth0-spa-js. If getTokenSilently() fails, I fall back to getTokenWithPopup() in order to allow the user to “grant” access to certain claims.
But the popup seems a bit flimsy on mobile devices. Is there a full page redirect that I can use? (similar to how loginWithRedirect() works)
Hi Dan
Yes, I’ve tested it using safari and chrome on an iphone, ipad and android mobile device. I might see if i can leverage that ‘display’ option and set it to “touch” or “page”. Thanks mate