Skip to content

Release Notes 5.2.4

BrentSchmaltz edited this page Jun 19, 2018 · 1 revision

Features

  • Added new token type JsonWebToken and JsonWebTokenHandler that naturally work with JSON.
  • Creating a token is simplified to passing a JObject for the payload and SigningCredentials results in a signed JWT (JWS)
  • Fixed extensiblity for CustomCryptoProvider where dispose was being called
  • Solved RsaCng issue where a RsaSecurityKey is using the results of X509Certificate.GetRSAPrivateKey and GetRSAPublicKey.
  • See here for a full list of issues that were fixed.
Clone this wiki locally