-
Notifications
You must be signed in to change notification settings - Fork 233
Open
@Tim-Pohlmann
Description
When the server runs for a while it stops handing out valid JWT tokens. They all have the same expiration date. The reason for this is the fact that JwtFactory is Singleton and injects IOptions. JwtIssuerOptions.IssuedAt is set to DateTime.UtcNow at program start and never reevaluated.
Metadata
Metadata
Assignees
Labels
No labels