Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fix(authorization): Minor updates for /authorization endpoint #6252

Merged
merged 1 commit into from Jun 4, 2018

Conversation

shane-tomlinson
Copy link

The test to see whether /authorization correctly redirects the user
to /signup did not pass an email address and looked for the wrong
selector. The test was fixed by specifying an email address and
updating the selector.

Calling /authorization w/o an action query parameter should
default to send users to /oauth and allowing the content
server to decide the next step based on whether a user is signed in.

fixes #6250

@jrgm, @vladikoff - r?

The test to see whether /authorization correctly redirects the user
to /signup did not pass an email address and looked for the wrong
selector. The test was fixed by specifying an email address and
updating the selector.

Calling /authorization w/o an `action` query parameter should
default to send users to `/oauth` and allowing the content
server to decide the next step based on whether a user is signed in.

fixes #6250
@jrgm
Copy link
Contributor

jrgm commented Jun 4, 2018

Looks ok to me, but I know nothing about the front end models, so...

@vladikoff vladikoff merged commit 0528bf6 into train-113 Jun 4, 2018
@vladikoff vladikoff deleted the fix-authorization-tests branch June 4, 2018 23:05
shane-tomlinson pushed a commit that referenced this pull request Jun 5, 2018
* fix(authorization): Minor updates for /authorization endpoint (#6252) r=@vladikoff

The test to see whether /authorization correctly redirects the user
to /signup did not pass an email address and looked for the wrong
selector. The test was fixed by specifying an email address and
updating the selector.

Calling /authorization w/o an `action` query parameter should
default to send users to `/oauth` and allowing the content
server to decide the next step based on whether a user is signed in.

fixes #6250

* Release v1.113.2
@vbudhram vbudhram added this to the FxA-0: quality milestone Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants