Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kévin Chalet c68d3b3291 Update the XML documentation 6 years ago
..
IOpenIddictServerDataProtectionFormatter.cs Reintroduce token storage, reference tokens, non-sliding expiration, rolling tokens and token revocation support 6 years ago
OpenIddict.Server.DataProtection.csproj Cross-compile more projects for .NET Core 2.1/3.1 to avoid the Portable.BouncyCastle reference in ASP.NET Core 2.1 applications 6 years ago
OpenIddictServerDataProtectionBuilder.cs Make authorization codes reference tokens by default, split UseReferenceTokens into two settings and allow the Data Protection to fall back to JWT for specific token types 6 years ago
OpenIddictServerDataProtectionConfiguration.cs Reunify the custom and built-in handlers collections to avoid computing the collections per-request 6 years ago
OpenIddictServerDataProtectionConstants.cs Use private claims for the token creation/expiration dates and introduce new Data Protection authentication properties 6 years ago
OpenIddictServerDataProtectionExtensions.cs Make authorization codes reference tokens by default, split UseReferenceTokens into two settings and allow the Data Protection to fall back to JWT for specific token types 6 years ago
OpenIddictServerDataProtectionFormatter.cs Use a pre-sized Dictionary<string, string> instead of ImmutableDictionary.CreateBuilder<string, string>() 6 years ago
OpenIddictServerDataProtectionHandlerFilters.cs Make authorization codes reference tokens by default, split UseReferenceTokens into two settings and allow the Data Protection to fall back to JWT for specific token types 6 years ago
OpenIddictServerDataProtectionHandlers.cs Update ValidateIdentityModelToken and ValidateDataProtectionToken to immediately return an error when the token can be read but is invalid 6 years ago
OpenIddictServerDataProtectionOptions.cs Update the XML documentation 6 years ago