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
The following exception occurs when attempting to use a token with expiry set to never
Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler[3]
Exception occurred while processing message.
System.ArgumentOutOfRangeException: The UTC time represented when the offset is applied must be between year 0 and 10,000. (Parameter 'offset')
at System.DateTimeOffset.ValidateDate(DateTime dateTime, TimeSpan offset)
at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleAuthenticateAsync()
Other exceptions may occur, such as a NullReferenceException.
Is anyone managing this repo still active? I would like to create some PRs to resolve various bugs
The text was updated successfully, but these errors were encountered:
The following exception occurs when attempting to use a token with expiry set to never
Other exceptions may occur, such as a
NullReferenceException
.Is anyone managing this repo still active? I would like to create some PRs to resolve various bugs
The text was updated successfully, but these errors were encountered: