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

chore(backend): Enforce request param in authenticateRequest #2122

Merged
merged 5 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    5f1930b View commit details
    Browse the repository at this point in the history
  2. chore(backend): Restructure AuthStatus/AuthObject/InterstitialRule ty…

    …pes dependencies
    
    Instead of passing the `AuthenticateRequestOptions` down the dependency tree
    `authenticateRequest => interstitialRule => AuthStatus => AuthObjects`, we
    change the approach to bottom-up by definiting types per layer and importing them
    to the parent layer. Also options of parent layers extend the options of child layers.
    dimkl committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1119b0f View commit details
    Browse the repository at this point in the history
  3. feat(backend): Enforce request param in authenticateRequest - repla…

    …ce header related options
    dimkl committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    391701a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cb958b View commit details
    Browse the repository at this point in the history
  5. chore(repo): Add changeset

    dimkl committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    eaa8e1b View commit details
    Browse the repository at this point in the history