Releases: mirzemehdi/KMPAuth
v2.3.0-beta01
v2.2.0
What's Changed
- Implementing Google Sign In in Desktop by @mirzemehdi in #59
Google Sign In without Firebase (kmpauth-google
) is now available for desktop target as well.
Make sure you add
http://localhost:8080 to Authorized JavaScript origins
and http://localhost:8080/callback to Authorized redirect URIs in Google Cloud Console
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- add flow for checking previously used accounts by @bom-bakbang in #40
- Setting filterByAuthorizedAccounts false by default to signIn function for Google by @mirzemehdi in #53
- Updated AGP to 8.5.2 and Gradle wrapper to 8.10.2 by @siarhei-luskanau in #44
- Add ability to link user account with existing account by @jordond in #35
- Bumping Dependencies
New Contributors
- @bom-bakbang made their first contribution in #40
- @siarhei-luskanau made their first contribution in #44
- @jordond made their first contribution in #35
Full Changelog: v2.0.0...v2.1.0
v2.1.0-alpha02
What's Changed
- Desktop support (only target with dummy class and methods) by @mirzemehdi in #37
- Js support (only target with dummy class and methods) by @mirzemehdi in #38
Full Changelog: v2.0.0...v2.1.0-alpha02
v2.1.0-alpha01
Bumping dependencies:
compose-plugin = "1.6.11"
koin = "4.0.0-RC1"
androidxCredential = "1.3.0-rc01"
googleIdIdentity = "1.1.1"
koinCompose = "4.0.0-RC1"
googleServices = "4.4.2"
Full Changelog: v2.0.0...v2.1.0-alpha01
v2.0.0
What's Changed
- Update Kotlin to 2.0.0 by @shoheikawano in #23
- Bbumping library versions by @mirzemehdi in #26
New Contributors
- @shoheikawano made their first contribution in #23
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- Implement Legacy Google Sign-In by @mirzemehdi in #22
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
-
Upgrade to compose-plugin 1.6.0-rc03; Using Resources in Compose by @AdrianLeeElder in #7
-
Bumping kotlin to 1.9.22
-
Bumping compose versions
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Adding fontSize to GoogleSignInButton in
kmpauth-uihelper
module