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

Allow using custom ports in endpoints without using testing=True, as discussed in #55 #74

Merged
merged 5 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Allow using custom ports in endpoints without using testing=True, a…

    …s discussed in #55:
    
     - Remove the check for custom port in endpoint uri validation.
    - Validate the `issuer` and/or url values before doing any HTTP request in `OAuth2Client.from_discovery_endpoint()`, unless `testing=True` is used.
    - if `testing=True`, don't try to validate the `jwks_uri` in `OAuth2Client.from_discovery_document()`
    guillaume-pujol committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9e7a6dc View commit details
    Browse the repository at this point in the history
  2. fix test

    guillaume-pujol committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    00f5a8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948e9c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8765a46 View commit details
    Browse the repository at this point in the history
  5. 100% code coverage

    guillaume-pujol committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e55b3e7 View commit details
    Browse the repository at this point in the history