✅ Refresh token for Identity
Hi! What's the correct way to implement refresh token in AspNetCore Identity? Can I use
.SetAuthenticationTokenAsync()
for this purpose? I want to use in refresh-token
endpoint to create new JsonWebToken
after it expires.0 Replies