Browse Source

Realign the default access token lifetime with the default ASOS value

pull/348/head
Kévin Chalet 9 years ago
parent
commit
9cbe83e45e
  1. 4
      src/OpenIddict/OpenIddictOptions.cs

4
src/OpenIddict/OpenIddictOptions.cs

@ -16,10 +16,6 @@ namespace OpenIddict {
public class OpenIddictOptions : OpenIdConnectServerOptions {
public OpenIddictOptions() {
Provider = null;
// Use the same lifespan as the default security stamp
// verification interval used by ASP.NET Core Identity.
AccessTokenLifetime = TimeSpan.FromMinutes(30);
}
/// <summary>

Loading…
Cancel
Save