openidconnect_android 2.0.0
openidconnect_android: ^2.0.0 copied to clipboard
Android implementation for OpenIdConnect.
Changelog #
2.0.0 April 30th 2026 #
- Breaking change: first stable Android release for the 2.x federated package line using
native_authenticationsystem auth flows. - Modernize the Android packaging path and example Gradle configuration without pinning a Java/Kotlin language level. (#61)
- Document the Android
minSdkVersion 23floor and required callback receiver manifest configuration.