Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@paolo-rossi paolo-rossi released this 10 Jul 07:34
· 29 commits to master since this release

✨ High level features (since the 3.0.3 release)

  • ✨ Added new interface IJOSEProducer and IJOSEProducerBuilder to facilitate the building process of a compact token (signed token)
  • ✨ Added DeserializeOnly method to decode a CompactToken without verification (useful with 3rd party Identity Providers)
  • ✨ Added function to check the (syntax) validity of a compact token

🛠️ Other features, changes and bugfixes

  • 🛠️ Better multiplatform compatibility (thank to wlandgraf)
  • 🛠️ Removed TJWT methods SetAsJSON. The functionality is now in the TJOSEParts class with SetNewJSON