You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would appear that this Safari 11 "feature" is preventing this library from determining user identity when they return to my site. Before, gapi.auth2.init would return true for googleUser.currentUser.get().isSignedIn() (assuming the user is signed in and has already accepted the auth flow). Now, no signed-in user is returned, and worse, when going through 'signIn()', no values are returned.