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
I suggest to define redirectUrl param for AppleProviderOptions interface as you already have implementation inside the plugin.
Also it will be great to define the same redirectUrl param for GoogleLoginOptions and declare in options.
Let window.location.href be as default value, but I would change this a little bit and pass window.location.origin instead of current one. Because a website can have Login on each page and to define each URI on Google Cloud Console it's crazy.
The current implementation causes easily redirect_missmarch_uri issues for Apple and Google auth.
The text was updated successfully, but these errors were encountered:
All points are related to WEB plugin.
redirectUrl
param forAppleProviderOptions
interface as you already have implementation inside the plugin.redirectUrl
param forGoogleLoginOptions
and declare in options.Let
window.location.href
be as default value, but I would change this a little bit and passwindow.location.origin
instead of current one. Because a website can have Login on each page and to define each URI on Google Cloud Console it's crazy.The current implementation causes easily
redirect_missmarch_uri
issues for Apple and Google auth.The text was updated successfully, but these errors were encountered: