Skip to content

Releases: mirzemehdi/KMPAuth

v2.3.0-beta01

09 Nov 11:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0-beta01

v2.2.0

19 Oct 19:17
Compare
Choose a tag to compare

What's Changed

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

image

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Oct 12:41
9951e5d
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.1.0-alpha02

27 Jul 17:46
Compare
Choose a tag to compare
v2.1.0-alpha02 Pre-release
Pre-release

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

27 Jul 16:08
Compare
Choose a tag to compare
v2.1.0-alpha01 Pre-release
Pre-release

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

03 Jun 09:43
26c5c1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0

13 May 20:55
2583474
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Apr 13:25
7477fab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Feb 02:07
5d489ed
Compare
Choose a tag to compare

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

25 Jan 06:24
Compare
Choose a tag to compare

What's Changed

  • Adding fontSize to GoogleSignInButton in kmpauth-uihelper module