This repository has been archived by the owner. It is now read-only.
fix(oauth): update verification_redirect to always redirect in same browser or show "proceed" in different browser #2447
Conversation
f18f588
to
bdae8c0
bdae8c0
to
94c1907
| @@ -176,6 +176,7 @@ function (_, $, p, Validate, AuthErrors, BaseView, Tooltip, | |||
| } | |||
|
|
|||
| // all good, do the beforeSubmit, submit, and afterSubmit chain. | |||
| self.logScreenEvent('submit'); | |||
shane-tomlinson
May 20, 2015
Member
YEEES!
YEEES!
shane-tomlinson
May 25, 2015
Member
nm, took care of it.
nm, took care of it.
|
Need to fix the "old tab is closed" case... |
|
from meeting: if old tab was closed, then the newly opened tab should complete the flow automatically.... |
94c1907
to
3fe519c
@vladikoff - can you define the expected behavior exactly, for posterity, and so I can eventually update the google doc? |
3fe519c
to
8b2b0e9
|
8b2b0e9
to
75b8c4d
| * | ||
| * @returns {boolean} | ||
| * if the "Proceed" button should be included in the template | ||
| * The button links to the "redirect_uri" with no extra OAuth information |
pdehaan
May 21, 2015
Contributor
Not sure if these comments should be above or below the @returns meta.
Not sure if these comments should be above or below the @returns meta.
d862883
to
0d68853
|
|
0d68853
to
4ab8970
4ab8970
to
3be6da9
|
Merging this so we get some time to test it on latest before train cut. |
vladikoff
added a commit
that referenced
this pull request
May 24, 2015
…ect-strikes-back fix(oauth): update verification_redirect to always redirect in same browser or show "proceed" in different browser
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes #2436
Fixes #2402