Skip to content

0.2.3-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@pmaytak pmaytak released this 10 Aug 08:57
· 1292 commits to master since this release
876cb86

0.2.3-preview

New features:

ReplyForbiddenWithWwwAuthenticateHeaderAsync method in ITokenAcquisition now has an additional optional HttpResponse parameter, which can be provided in cases when the current HttpContext is null. See issue for details: #414.
Enable Micorosoft.Identity.Web to work with any version of .NET 5.0 by setting depencencies version to 5.0.0-* for JwtBearer and OpenIdConnect dependencies. See issue for details: #380.