You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the UsernameProvider encounters an invalid token while extracting a username it fails completely with an ExpiredJwtException. Since this is a perfectly normal behavior, the UsernameProvider should refresh the token and attempt the extraction again.