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'm running into a problem with integrating Stripe's OAuth2 using the preferred workflow. It seems that after logging in, Stripe will nullify window.opener thus making any subsequent OAuth callbacks useless since it won't have any previous context to use.
Hi there,
I'm running into a problem with integrating Stripe's OAuth2 using the preferred workflow. It seems that after logging in, Stripe will nullify
window.opener
thus making any subsequent OAuth callbacks useless since it won't have any previous context to use.From what I see here: https://github.com/amkirwan/ember-oauth2/blob/master/addon/services/ember-oauth2.js#L55, it looks like
authorize()
will always create a new window to kickstart the OAuth process.. so I'm assuming no?EDIT: Forgot to add references related to Stripe issue:
The text was updated successfully, but these errors were encountered: