Blazor-Server-JWT-Identity-LDAP-Sample
Blazor-Server-JWT-Identity-LDAP-Sample copied to clipboard
Refresh Token
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.