Skip to content

7.0.0-preview5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 06 Sep 01:15
4c14904

7.0.0-preview5

Bug fixes:

  • Improve log messages. See PR #2289 for details.
  • In AadIssuerValidator return a ValueTask<string> instead of a Task<string>. See Issue #2286 and PR for details.
  • Deprecate int? JwtPayload.Exp, .Iat, and .Nbf. See issue #2266 for details, #92, and #1525.
  • General clean-up. See PR #2285.