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 Basic Auth Configuration for Multiple Paths #267

Merged
merged 6 commits into from
Nov 1, 2023

Commits on Oct 26, 2023

  1. Create SECURITY.md

    Baroshem committed Oct 26, 2023
    1 Configuration menu
    Copy the full SHA
    faef0d2 View commit details
    Browse the repository at this point in the history
  2. Fix Basic Auth Configuration for Multiple Paths

    rathahin committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8f17dd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Remove pnpm-lock.yaml

    rathahin committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    20d6c4c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Rectified the condition to respond with a 200 status code when the pa…

    …th starts with an exclusion but is not included
    rathahin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3f66f51 View commit details
    Browse the repository at this point in the history
  2. Updated the test case

    rathahin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c89ae55 View commit details
    Browse the repository at this point in the history
  3. Ensure that when exclusion is not configured, access to the entire gl…

    …obal site is permitted, with only the inclusion criteria taking effect.
    rathahin committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d8df6ed View commit details
    Browse the repository at this point in the history