Announcing - JWTDecode.swift 4.0.0 Pre-release #340
Closed
sanchitmehtagit
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 JWTDecode.swift 4.0.0 Beta Released
Hello! 👋
We’ve published JWTDecode.swift 4.0.0 (Pre-release):
👉 https://github.com/auth0/JWTDecode.swift/releases/tag/4.0.0-beta.0
✨ Summary
🚀 Swift Concurrency Support
All public types now conform to
Sendablefor full Swift 6 concurrency compatibility.This ensures safe usage across:
🛠 DX Improvements: Simplified Decoding of Complex Claims
🔹
Claim.dataPropertyA new
dataproperty is available for complex claims (arrays and dictionaries only):🔹
Claim.decode(_:)MethodDecode complex claims directly into
Decodabletypes:Documentation
📖 README
🔄 Migration Guide
📝 Changelog
📘 API Documentation
Feedback
We’d love for you to give the pre release a try, and welcome your feedback on any recommendations or issues you encounter. Should you have any feedback or questions, please raise an issue.
Beta Was this translation helpful? Give feedback.
All reactions