Auth0 Token Expiring with Plugins

This is likely because Auth0 is only issuing access tokens, and not issuing a refresh token - for this you need to have the offline_access scope in your query params. You may need to proxy the client_url to make sure you have the correct query params (e.g. including the audience param).

1 Like