auth0-python icon indicating copy to clipboard operation
auth0-python copied to clipboard

Auth0 SDK for Python

Results 39 auth0-python issues
Sort by recently updated
recently updated
newest added

Allows a client to specify retry delays in the range [_MIN_REQUEST_RETRY_DELAY_, _4s_]. Current retry maximum delay is set to 1000ms. Under minor load, this may cause failures in non-production Auth0...

### Describe the problem you'd like to have solved We've refactored our implementation of auth0 python in order to leverage the new asyncio support. During the development, we've found difficult...

feature request

### Changes Asyncify the last blocking http calls (JWKS fetching) ```py from auth0.v3.authentication.async_token_verifier import import ( AsyncAsymmetricSignatureVerifier, AsyncJwksFetcher, AsyncTokenVerifier, ) domain = 'myaccount.auth0.com' client_id = 'exampleid' # After authenticating id_token...

review:medium

### Describe the problem you'd like to have solved You did a great job in adding asyncio support for the management and authentication clients. In order to have completely asyncio...

feature request

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/)...

feature request

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.5.post1. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.5.post1 0.23.5 (2024-02-09) Declare compatibility with pytest 8 #737 Fix typing errors with recent versions of mypy...

dependencies
python

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.3. Release notes Sourced from aiohttp's releases. 3.9.3 Bug fixes Fixed backwards compatibility breakage (in 3.9.2) of ssl parameter when set outside of ClientSession (e.g....

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.1. Release notes Sourced from urllib3's releases. 2.2.1 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [pipx](https://github.com/pypa/pipx) from 1.3.3 to 1.4.3. Release notes Sourced from pipx's releases. 1.4.3 What's Changed Bump changelog for 1.4.2 by @​chrysle in pypa/pipx#1202 Add macos shebang workaround description by @​Gitznik...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. Release notes Sourced from pytest's releases. pytest 7.4.4 (2023-12-31) Bug Fixes #11140: Fix non-string constants at the top of file being detected as docstrings...

dependencies
python