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
Is your feature request related to a problem? Please describe.
The current connector has support for social logins via oauth.loginWithRedirect, but does not have support for getting the redirect result.
I was able to manually trigger the getRedirectResult method to call at the appropriate time through a URL query search, but the connector/package should have this integrated into it's functionality, possibly as an option in it's configuration. This workaround also required me to install the @magic-ext/oauth package.
Is your feature request related to a problem? Please describe.
The current connector has support for social logins via
oauth.loginWithRedirect
, but does not have support for getting the redirect result.I was able to manually trigger the
getRedirectResult
method to call at the appropriate time through a URL query search, but the connector/package should have this integrated into it's functionality, possibly as an option in it's configuration. This workaround also required me to install the@magic-ext/oauth
package.For example, it could look something like this:
The text was updated successfully, but these errors were encountered: