Skip to content

v4.1.1

Compare
Choose a tag to compare
@artmasa artmasa released this 17 Aug 03:21
· 11 commits to master since this release
81033d4

Adding AuthenticateResult to middleware features and creating specific .NET targets with package for 6, 7 and 8

  • Enabling storing AuthenticateResult in authentication features, mirroring what ASP.NET Core middlewares do.
  • Adding framework specific dependencies for .NET 6, .NET 7 and .NET 8.
    ASP.NET Core Authentication and Authorization packages reference version 6 of Identity Model packages that causing issues when referenced by this framework.