Blazor-Server-JWT-Identity-LDAP-Sample icon indicating copy to clipboard operation
Blazor-Server-JWT-Identity-LDAP-Sample copied to clipboard

Refresh Token

Open mxmissile opened this issue 1 year ago • 0 comments

Referencing LoginService, when and why would refreshToken be set to "default"? (refreshToken.Value != default)

It looks like the refresh token would only ever be used on the first call to GetLoginInfoAsync().

What if the JWT token expires, how do you get a new one? I dont see how this handled.

mxmissile avatar Apr 19 '24 00:04 mxmissile