Maly Lemire

Results 9 issues of Maly Lemire

Hi, Would be nice to add cookieless support for browser with cookies disabled. Thanks

Do you know any way to implement MFA within a Web Api using Identity server? Something like this https://auth0.com/blog/introducing-the-mfa-api/#Example--A-CLI-App-with-MFA I've had hard time customizing identity server to do this. The...

I randomly get this exception : Exception : Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The...

It would be nice to have nicely displayed page for content security policy errors. For now I use something like this ``` [HttpPost("~/cspreport")] public IActionResult CspReport([FromBody] CspReportRequest request) { this.LogParams((nameof(CspReportRequest),...

Hi, Can you add an async version of ElmahOptions CheckPermissionAction? I have to do authorizations checks in this method that call some async methods. Thanks

- Now target .NET Standard 1.1. - Removed support of .NET 4.0. - Removed old nuget builder since project now output nuget package.

Add Antiforgery Token to report violations post method.

Validation fail if a MVC model property name is Number.

- Upgraded project to .Net Standard 1.0 - Removed old nuget builder since project now output nuget package.