getAccessTokenSilently generates new token on every F5, is it ok?

Hi, I hope you all are doing alright :slight_smile:

I’m using @auth0/auth0-vue lib in Vue 3 app, and I noticed that every time I refresh the page manually (with F5 or so), getAccessTokenSilently generates a new token. When I stay within SPA (just following the router) - everything’s fine, the token is the same.

Is it expected behavior? And how does it relate to Auth0 monetization? Does it mean, that every F5 counts as a new M2M token, so I’ll need to pay for it?

1 Like

I’m working on localhost in npm run dev mode, if it matters.