Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix login to create tokens of the same scope as account linking #160

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

denis-yuen
Copy link
Member

@denis-yuen denis-yuen commented Jan 4, 2018

This one line/error took entirely too long to discover.
The issue was that logging in would create a token of completely different scope from the linking account button, causing newly logged in users to be unable to refresh workflows out of the box.

@denis-yuen denis-yuen added the bug label Jan 4, 2018
@denis-yuen denis-yuen self-assigned this Jan 4, 2018
@codecov-io
Copy link

codecov-io commented Jan 4, 2018

Codecov Report

Merging #160 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #160   +/-   ##
========================================
  Coverage    63.14%   63.14%           
========================================
  Files           94       94           
  Lines         2724     2724           
  Branches       360      360           
========================================
  Hits          1720     1720           
  Misses         815      815           
  Partials       189      189

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7f6603...ec9a418. Read the comment docs.

@denis-yuen denis-yuen requested review from agduncan94 and garyluu and removed request for agduncan94 and garyluu January 4, 2018 16:58
@denis-yuen denis-yuen changed the base branch from develop to hotfix/2.0.2 January 4, 2018 16:59
@denis-yuen denis-yuen changed the base branch from hotfix/2.0.2 to develop January 4, 2018 16:59
@denis-yuen
Copy link
Member Author

denis-yuen commented Jan 4, 2018

FYI, I added this as a hotfix too (accidentally, but it probably should be in there too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants