What's Changed
- Run tests in parallel to speed up CI performance by @mikenachbaur-okta in #103
- Resolve issue where the compiler is confused between Swift Concurrency and Block-based functions by @mikenachbaur-okta in #114
- Revoking an accessToken should not remove the credential from storage by @mikenachbaur-okta in #112
- Add option to test revoke within the sample app, and improve shouldRemove handling by @mikenachbaur-okta in #116
- Expose raw payload portion of the JWT as a
[String: Any]
dictionary by @mikenachbaur-okta in #119 - Implement automatic time synchronization from server HTTP request responses by @mikenachbaur-okta in #118
- Introduce the ability to create a Token from just an access_token by @mikenachbaur-okta in #121
- Improve adding additional parameters during sign in / out by @mikenachbaur-okta in #120
Full Changelog: 1.2.0...1.3.0