Skip to content

Fixes #2885 duplicate sessions #4143

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

Merged
merged 4 commits into from
Sep 11, 2017
Merged

Conversation

flovilmart
Copy link
Contributor

fixes issue #2885 where successive login calls would create multiple sessions / user-installationId pair

- Sessions will also be created with action login instead of signup when using 3rd party auth
@codecov
Copy link

codecov bot commented Sep 10, 2017

Codecov Report

Merging #4143 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4143      +/-   ##
==========================================
+ Coverage   92.11%   92.14%   +0.02%     
==========================================
  Files         116      116              
  Lines        7982     7982              
==========================================
+ Hits         7353     7355       +2     
+ Misses        629      627       -2
Impacted Files Coverage Δ
src/RestWrite.js 92.85% <100%> (+0.18%) ⬆️
src/Controllers/DatabaseController.js 94.58% <0%> (+0.2%) ⬆️

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 bc3cef2...ba7190d. Read the comment docs.

@flovilmart flovilmart merged commit 839a117 into master Sep 11, 2017
@flovilmart flovilmart deleted the troubleshoot/2885-duplicate-sessions branch September 11, 2017 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants