How to leverage silent authentication in Expo to refresh access token?

Hi there,

I’ve integrated authentication using auth0 + AuthSession. I’m trying to figure out the best way to implement a silent refresh of the access token when I detect the token is expired?

Is there a helper in the Expo SDK to do a silent authentication (leveraging prompt=none as described here: Configure Silent Authentication) to get a new token without actually showing a webview?

Cheers,

Sascha

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.