C#C
C#2y ago
Alex

✅ 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.
Was this page helpful?