I’ve integrated Auth0 using one of the .Net core samples and I’ve noticed that once I logon my session never seems to expire. For example when I came in this morning and fired up my web app I was still logged in after 48 hours, My access token should have expired after 10 hours which is the default.
I’ve used a debugger proxy to watch all of the traffic from my mac and I don’t see that its using the refresh token to refresh the access token.
Am I missing something?