You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
8.9.0
Bug Fixes
syncAfter has been updated to preserve UTC information, addressing a bug where GetConfigurationAsync does not refresh configuration in ConfigurationManager. See #3213.
Fixed a null reference issue in KeyInfo. See #3203.
New Features
Introduced a new delegate for reading custom token payload values on JsonWebToken. See #2981.
Added an overload for ReadJsonWebToken to take a ReadOnlyMemory. See #3205.
Fundamentals
Utilized IList to avoid enumerator allocation during audience validation. See #3204.