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

Do not invalidate main token on OAuth #11082

Merged
merged 1 commit into from
Sep 6, 2018

Commits on Sep 6, 2018

  1. Do not invalidate main token on OAuth

    Fixes #10584
    
    We deleted the main token when using the login flow else mutliple tokens
    would show up for a single user.
    
    However in the case of OAuth this is perfectly fine as the
    authentication happens really in your browser:
    
    1. You are already logged in, no need to log you out
    2. You are not logged in yet, but since you log in into the exact same
    browser the expected behavior is to stay logged in.
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    be2d8cc View commit details
    Browse the repository at this point in the history