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 lifetime of the AzureSigningKey should be extended, to maybe singleton, as when a new instance is created in very quick succession, a client may hit the Azure rate limits. This is common on creating a new instance per request.
The lifetime of the AzureSigningKey should be extended, to maybe singleton, as when a new instance is created in very quick succession, a client may hit the Azure rate limits. This is common on creating a new instance per request.
rusty-jwt/Rusty.Jwt.Azure/Extensions/JwtServiceBuilderExtensions.cs
Line 18 in 9132c38
The text was updated successfully, but these errors were encountered: