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

KTOR-7644 Make re-auth status codes configurable #4420

Open
wants to merge 4 commits into
base: 3.1.0-eap
Choose a base branch
from

Commits on Oct 31, 2024

  1. KTOR-7644 Make re-auth status codes configurable

    Some services use 403 instead of 401. Changing them might be impossible. With this change Ktor can flexibly work with any broken service.
    wkornewald committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5f0ca66 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. isUnauthorized

    wkornewald committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    60ab3d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    0e45061 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Docs

    wkornewald committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b80c0cf View commit details
    Browse the repository at this point in the history