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

[auth] Fix session token refresh #2474

Merged
merged 4 commits into from
Aug 4, 2023
Merged

[auth] Fix session token refresh #2474

merged 4 commits into from
Aug 4, 2023

Commits on Aug 1, 2023

  1. Resolve (some) Ruff lints and nits

    Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
    Seltyk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    072a43b View commit details
    Browse the repository at this point in the history
  2. Resolved object equality issue and more nits

    - error states should not HTTP return 200, they
      should always be 4xx
    - "dictionairy" typo
    
    Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
    Seltyk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bdfe140 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Revert lint fix: comparison to True is bueno

    See chaoss#2474 (comment)
    
    Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
    Seltyk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    69f0f28 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Check types to avoid AttributeError

    "It won't be inexcept... unexcept... it won't
    throw an exception" --Ulincsys
    
    Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
    Seltyk committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c876798 View commit details
    Browse the repository at this point in the history