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 support for secondary authentication #52093

Merged
merged 3 commits into from
Feb 21, 2020

Commits on Feb 13, 2020

  1. Add support for secondary authentication

    This change makes it possible to send secondary authentication
    credentials to select endpoints that need to perform a single action
    in the context of two users.
    
    Typically this need arises when a server process needs to call an
    endpoint that users should not (or might not) have direct access to,
    but some part of that action must be performed using the logged-in
    user's identity.
    tvernum committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6fd9b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    ac77b09 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    tvernum committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3dbfbd1 View commit details
    Browse the repository at this point in the history