7.0.0-preview5 #2294
jennyf19
started this conversation in
IdentityModel 7x and .NET 8
7.0.0-preview5
#2294
Replies: 1 comment 6 replies
-
@kevinchalet @leastprivilege @brockallen @cakescience We are hoping this will be our last preview before we GA 7.0.0 later this week. Thanks all for your testing, feedback, and quick opening of issues in previous versions. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
7.0.0-preview5
Bug fixes:
AadIssuerValidator
return aValueTask<string>
instead of aTask<string>
. See Issue #2286 and PR [https://github.com/Change Task to ValueTask. #2287] for details.int? JwtPayload.Exp
,.Iat
, and.Nbf
. See issue #2266 for details.This discussion was created from the release 7.0.0-preview5.
Beta Was this translation helpful? Give feedback.
All reactions