Open shankaryadavy9 opened 1 year ago
Are you sure? Because I get
{
type: "token_refreshed"
}
Thanks, @FrEaKmAn . But I am talking about an expiry event for a refresh token not a refresh event.
Thanks, @FrEaKmAn . But I am talking about an expiry event for a refresh token not a refresh event.
Hello, I'm interested in it too. Did you manage to get the refresh token expiration?
Is your feature request related to a problem? Please describe. I want to show a popup to the user when it's idle more than the refresh token expiry. So if the user wants to continue working, they can click on the button and refresh the token before it expires. But the problem is there is no expire event for the refresh token like how we have for the id token and access token.
Describe the solution you'd like Please add an expiry event for the refresh token as well.