Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 543 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 543 Bytes

Moon.AspNetCore changelog

4.0.0

  • Compatibility with ASP.NET Core 2.0.
  • More options to configure MS-OFBA authentication.

3.1.0

  • Fixed bugs in MSOFBA authentication middleware.
  • ErrorMessage renamed to HttpErrorMessage.

3.0.1

  • All libraries are targeting .NET Standard.
  • IUserAccessor interface moved to Moon.Security project.

2.4.1

  • Added extensions for ASP.NET Core rewriting middleware.
  • Added UserAccessor providing access to current application user.
  • Removed Json helper (use IJsonHelper in ASP.NET Core).