Open OAuth in popup window #1583
Replies: 10 comments
-
I imagine you'd have your success URLs set to try to close the new tab? I think you could easily emulate this by having your /login URL auto-forward into the standard oauth process then ensure all links to /login are target="_blank" or triggered by Javascript if you want to try to close the popup window instance after. |
Beta Was this translation helpful? Give feedback.
-
Is this issue solved? Any ideas how to do it? @DevBrent do you know how to add a target=_blank to it? |
Beta Was this translation helpful? Give feedback.
-
Looking for the same behavior. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
I'd love to see a way to do something like this for all scheme. |
Beta Was this translation helpful? Give feedback.
-
What problem does this feature solve?
Provide popup login for facebook and google schemes.
What does the proposed changes look like?
On oauth2.js change the current behavior of window.location to redirect the user to oauth login page. Instead provide options so that it can open a popup to verify and prevent any redirect during login.
Beta Was this translation helpful? Give feedback.
All reactions