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

Add HTTP basic auth headers to default filters #597

Merged
merged 1 commit into from
Sep 14, 2020

Commits on Sep 9, 2020

  1. Add HTTP basic auth headers to default filters

    Technically only 'authorization' is used as a header, but PHP will
    parse the username & password (or digest) — these aren't counted
    as headers by PHP, but Symfony treats them as headers. Since a lot
    of other projects use Symfony's HTTP foundation (e.g. Laravel), it
    makes sense to add them as default filters too
    imjoehaines committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ab959da View commit details
    Browse the repository at this point in the history