Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: auth0/auth0-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.1
Choose a base ref
...
head repository: auth0/auth0-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on May 1, 2023

  1. Add cache_ttl param to AsymmetricSignatureVerifier

    This new, optional parameter allows setting the cache TTL for the
    underlying `JwksFetcher`. This allows caching the JWK set for more (or
    less) time than the default 600 seconds.
    
    `AsymmetricSignatureVerifier` had to be moved below `JwksFetcher`
    because it now references it, so the latter has to be defined earlier in
    the file.
    matei-radu committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3afc472 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    c0f6fd4 View commit details
    Browse the repository at this point in the history
  2. Release 4.2.0

    adamjmcgrath committed May 2, 2023
    Configuration menu
    Copy the full SHA
    93bace0 View commit details
    Browse the repository at this point in the history
  3. Release 4.2.0 (#491)

    adamjmcgrath authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e49982e View commit details
    Browse the repository at this point in the history
Loading