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 server error upon processing user with revoked github token #783

Merged
merged 5 commits into from
Jul 3, 2023

Commits on Jun 12, 2023

  1. Don't use an auth token to fetch details if we don't have to

    ConorBobbleHat committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0084843 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Try to use the user token as much as possible

    ConorBobbleHat committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    feda819 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Force users with bad tokens to log in again

    ConorBobbleHat committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4106e8c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix invalid token session deletion

    ConorBobbleHat committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    21b04aa View commit details
    Browse the repository at this point in the history
  2. GitHubUser.details shouldn't make network requests

    ConorBobbleHat committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f98b095 View commit details
    Browse the repository at this point in the history