Is There A Way To Use Google's Javascript Client Login Without A Pop Up?
I'm using Google's client login in my client-side javascript, which causes a popup to appear for auth and google login. However, I'd love to configure the sign-in to redirect to th
Solution 1:
The JavaScript library requires a window to pop up. If you want to implement it by redirecting users to auth, it will be a server side implementation like @osmanraifgunes pointed out in the comment.
Post a Comment for "Is There A Way To Use Google's Javascript Client Login Without A Pop Up?"