fastapi-azure-auth icon indicating copy to clipboard operation
fastapi-azure-auth copied to clipboard

Easy and secure implementation of Azure Entra ID (previously AD) for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.

Results 24 fastapi-azure-auth issues
Sort by recently updated
recently updated
newest added
trafficstars

If we additionally check the coverage of the tests folder itself, we get only 98%: ```bash poetry run pytest --cov fastapi_azure_auth --cov=tests --cov-report=term-missing ``` ``` ---------- coverage: platform darwin, python...

question

# Race Condition in OpenID Configuration Refresh ## Describe the bug There's a potential race condition in the OpenID configuration refresh mechanism. When multiple concurrent requests try to refresh the...

question

**Describe the bug** When testing some warnings are emitted **To Reproduce** ```python poetry run pytest ``` ``` ========================================================================================================================== warnings summary ========================================================================================================================== tests/test_provider_config.py::test_http_error_old_config_found[asyncio] /Users/wdhuser/Library/Caches/pypoetry/virtualenvs/fastapi-azure-auth-LYhe6yHr-py3.12/lib/python3.12/site-packages/pytest_asyncio/plugin.py:380: DeprecationWarning: There is no current event loop...

question