Skip to content

Releases: CodetrixStudio/CapacitorGoogleAuth

3.0.0

31 May 06:30
Compare
Choose a tag to compare
Package lock

Make requesting server auth code optional

15 Dec 13:05
40b999f
Compare
Choose a tag to compare
2.1.3

Update package.json

Interface fixes

27 Nov 06:40
ecedab1
Compare
Choose a tag to compare
2.1.2

fixed wrong interface (#66)

Build issue fix that was in 2.1.0

01 May 17:04
5d2165d
Compare
Choose a tag to compare
Fix line feed ios (#3) (#50)

Fix line feed ios for 2.1.1

forceCodeForRefreshToken

21 Apr 07:43
Compare
Choose a tag to compare

Latest play services

07 Apr 18:07
Compare
Choose a tag to compare
2.0.1

2.0.1

Capacitor 2.0.0 support

06 Apr 07:23
Compare
Choose a tag to compare

GoogleSignIn updated to version 5

24 Mar 10:30
d13d894
Compare
Choose a tag to compare
Update GoogleSignin to version 5, primarily to fix the dependency on …

…the deprecated UIWebView API. Bump the plug-in version to 1.5.1. (#38)

Listener for user state change for web

15 Feb 18:14
Compare
Choose a tag to compare

Usage:

GoogleAuth.addListener('userChange', (googleUser) => {
      console.log("userChange:", googleUser);
});

Tag check before initialization for web - Solves #33

15 Feb 13:26
Compare
Choose a tag to compare

If clientId for web is not present it won't load gapi either.
Decreasing the bundle size. If intended.