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

9293 - New filter-based design for the API authentication mechanisms (1/2) #9303

Merged
merged 37 commits into from
Feb 21, 2023

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    03ae358 View commit details
    Browse the repository at this point in the history
  2. Added: ApiKeyAuthMechanism with key validation through filter. Pendin…

    …g private url support
    GPortas committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    83f3aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f3b917 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    ad7f9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bfd26 View commit details
    Browse the repository at this point in the history
  3. Added: rest of test cases for ApiKeyAuthMechanismTest (empty Api Key,…

    … authenticated & unauthenticated user)
    GPortas committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d870241 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d9c0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8521c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    60cebc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d037e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d69b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b27c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b8e7d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf57f14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17653b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    642ffb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    219beed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f097d13 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Added: new SignedUrlAuthMechanism to AuthFilter mechanisms and Compou…

    …ndAuthMechanism initialization issue fix
    GPortas committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c766afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3087a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164bcef View commit details
    Browse the repository at this point in the history
  4. Fixed: signed URL authentication when provided id does not correspond…

    … to an existing authenticated user
    GPortas committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6e9d446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7d7172 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Refactor: new response method within AbstractApiBean for handling use…

    …r requests by handling filter-comming user instead of findUserOrDie method
    GPortas committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    de6beff View commit details
    Browse the repository at this point in the history
  2. Changed: SignedUrlAuthMechanism now handles the case when a token is …

    …null for an existing user
    GPortas committed Jan 26, 2023
    1 Configuration menu
    Copy the full SHA
    c020e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f63c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    368a860 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    b00deea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4ec8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f8c4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5f293 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    b379119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353aad9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 17, 2023

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