142 Commits (4ced04425a63cb558b235f426e40c7e852bc1beb)
 

Author SHA1 Message Date
Kévin Chalet 4ced04425a Remove the unnecessary framework assemblies and normalize the project files 10 years ago
Kévin Chalet 008a908ec6 Use CanConvertFrom to determine whether string keys can be converted to TKey to prevent FormatException exceptions 10 years ago
Kévin Chalet 6f4d5fda5e Fix the remaining project.json warnings 10 years ago
Kévin Chalet 1eba9765f6 Add a buildOptions/copyToOutput node to ensure the necessary files are copied when publishing 10 years ago
Kévin Chalet a0c9f1bea0 React to version changes in aspnet/IISIntegration 10 years ago
Kévin Chalet b08a25cc58 Reference the Microsoft.NETCore.Platforms package on .NET Desktop 10 years ago
Kévin Chalet 8521646307 Update project.json to conform to the new schema 10 years ago
Kévin Chalet 99f3627210 Pin missing RC2 dependencies 10 years ago
Kévin Chalet bd50e598b8 Update README.md 10 years ago
Kévin Chalet c60ca71f74 Fix OpenIddictProvider.HandleLogoutRequest to prevent throwing an ArgumentNullException when the authentication cookie is no longer valid 10 years ago
Kévin Chalet 5c09b2ef8e Fix OpenIddictManager.CreateIdentityAsync to avoid storing null email addresses as claims 10 years ago
Kévin Chalet 45cd919bf9 React to version changes in aspnet/Security 10 years ago
Kévin Chalet 6daa6d2a1f Add Microsoft.Extensions.Configuration.Json to Mvc.Server 10 years ago
Kévin Chalet b163497c7e React to API changes in aspnet/Hosting 10 years ago
Kévin Chalet 4c4eb16d85 Implement HandleLogoutRequest to handle logout requests without requiring user consent 10 years ago
Kévin Chalet 8a7fdda262 Remove the forwarded headers middleware 10 years ago
Kévin Chalet 5f034754e9 Update web.config and add publish tool 10 years ago
Shaun Luttin e0f62dc3e3 Change options to builder in the Mvc.Server sample 10 years ago
Kévin Chalet ad3a1c5854 Remove Microsoft.AspNetCore.Cors from OpenIddict.Core 10 years ago
Kévin Chalet 96b7671548 Use ASP.NET Core RC2 and aspnet-contrib release packages 10 years ago
Kévin Chalet f2bf5c4794 Update project.json to include iconUrl 10 years ago
Kévin Chalet 454a46689c Update the samples to target netcoreapp1.0 and use the new ASP.NET Core IIS module 10 years ago
Kévin Chalet aa181edcf6 Update project.json to ensure config.json is correctly copied by dotnet publish 10 years ago
Kévin Chalet e188c01a10 Add System.ComponentModel to ensure Mvc.Server can be used as a standalone application 10 years ago
Kévin Chalet 631a4ffa62 Remove explicit reference assemblies versions 10 years ago
Kévin Chalet ad8ef60c79 Remove System.ComponentModel/System.IO/System.Runtime 10 years ago
Josh Comley 5d0bfc9b4a React to API changes in aspnet/Mvc 10 years ago
Kévin Chalet b9c7251480 Remove makefile.shade and enable quiet builds on Travis 10 years ago
Kévin Chalet 688730f1f6 React to API changes in aspnet/KestrelHttpServer 10 years ago
Kévin Chalet 4b098827a4 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 9e23737aa6 React to API changes in aspnet/Mvc 10 years ago
Henk Mollema 6ee5d42773 Update CryptoHelper package 10 years ago
Kévin Chalet 2cde33e54f Move the entry points to separate Program classes 10 years ago
Kévin Chalet d1084716e0 Migrate to NETStandard.Library 1.5 10 years ago
Kévin Chalet 6c80c865db React to TFM changes in dotnet/corefx 10 years ago
Kévin Chalet 45a9431bc9 React to API changes in aspnet/Hosting 10 years ago
Kévin Chalet 2d8c671e32 Add GitHub authentication in Mvc.Server 10 years ago
Kévin Chalet 65dbb03b3c Enable XML documentation generation 10 years ago
Kévin Chalet f648f9b091 Update README.md 10 years ago
Kévin Chalet 99c66ec452 Use NETStandard.Library instead of Microsoft.NETCore.Platforms 10 years ago
Kévin Chalet 02da3ea34c Update project.json to use an explicit alpha marker and add missing metadata 10 years ago
Kévin Chalet 8df3b5ca0e Add temporary workarounds for missing framework assemblies errors 10 years ago
Kévin Chalet 156558c5b2 React to naming changes in aspnet/Hosting 10 years ago
Kévin Chalet 24b167b952 React to API changes in aspnet/Identity and aspnet/EntityFramework 10 years ago
Kévin Chalet d02b8289da Implement additional checks in OpenIddictProvider.GrantResourceOwnerCredentials 10 years ago
Kévin Chalet 28cc94bc7d Update Application to accept a TKey generic parameter 10 years ago
Kévin Chalet 5899533ae7 Introduce OpenIddictConfiguration/OpenIddictServices, decouple OpenIddictStore from UserStore and add new extensions 10 years ago
Kévin Chalet 63c3aa9e06 React to naming changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 270f57fc01 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 4199fa23d6 Remove CORS from the default modules list 10 years ago