Releases: kalinjul/kotlin-multiplatform-oidc
Releases · kalinjul/kotlin-multiplatform-oidc
0.15.3
0.15.2
What's Changed
- refactor: extract different webflows by @kalinjul in #121
- Encrypted shared preferences deprecated by @ArnyminerZ in #136
- Code simplification without swiftklib by @Neyasbit in #138
New Contributors
- @ArnyminerZ made their first contribution in #136
Full Changelog: 0.15.1...0.15.2
0.15.1
What's Changed
- Handle ActivityNotFoundException by falling back to WebView by @realdadfish in #130
- [Bug fix] Fixing the sample build by @Neyasbit in #129
- Fixes #131 By no longer allowing irrelevant messages to close the callback listener by @chris-hatton in #132
New Contributors
- @Neyasbit made their first contribution in #129
- @chris-hatton made their first contribution in #132
Full Changelog: 0.15.0...0.15.1
0.15.0
0.14.0
This version updates kotlinx-datetime to 0.7.1, ktor to 3.2.1 together with some other dependencies.
What's Changed
- update dependencies by @kalinjul in #112
- Update executeTokenRequest to propageate exception up to caller by @vchegwidden in #122
New Contributors
- @vchegwidden made their first contribution in #122
Full Changelog: 0.13.1...0.14.0
0.13.1
0.13.0
0.12.4
0.12.3
What's new
- Experimental wasmJs support. We choose one of many possible implementations, check if it suits your needs. Documentation is rather scarce, i'll try to rewrite it soon.
What's Changed
- Add wasmJs Support + sample app #74 by @ch4rl3x in #96
- Validate nonce before returning the AccessTokenResponse by @ggajews in #99
- Implement revokation endpoint [RFC7009] by @ggajews in #100
- Parse JsonObject recursively by @ajpwood in #104
New Contributors
Full Changelog: 0.12.2...0.12.3
0.12.2
What's Changed
- feat: distinguish authentication errors #83 by @kalinjul in #88
- fix(#93): remove client_secret from authorization request by @ch4rl3x in #94
- fix(#91): missing scope in playground authorization request by @ch4rl3x in #92
- fix: avoid multiple continuation invocations on iOS #89 by @kalinjul in #97
New Contributors
Full Changelog: 0.12.1...0.12.2