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 passing a custom http agent #1447

Merged
merged 6 commits into from
Oct 3, 2023

Commits on Sep 27, 2023

  1. Add support for passing a custom http agent

    There are times that you'd need to have a custom http agent for making
    the authentication requests (via openid-client). This can allow a user
    to provide their own agent so that they can proxy or do other things
    that they'd like to do.
    
    Resolves auth0#1425
    ryanolson-aumni committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    223af62 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    2af8f49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ddf3fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5321916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ba1fe View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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