fastapi/fastapi/security
Salar Nosrati-Ershad aebff5006f
Add `refreshUrl` parameter in `OAuth2PasswordBearer` (#11460)
Co-authored-by: Salar Nosrati-Ershad <s3r@tutamail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
2025-06-17 12:46:49 +02:00
..
__init__.py Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
api_key.py ♻️ Move duplicated code portion to a static method in the `APIKeyBase` super class (#3142) 2025-01-30 12:17:20 +00:00
base.py Update parameter names and order 2018-12-07 19:12:16 +04:00
http.py 🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True` (#2939) 2025-02-27 13:29:20 +01:00
oauth2.py Add `refreshUrl` parameter in `OAuth2PasswordBearer` (#11460) 2025-06-17 12:46:49 +02:00
open_id_connect_url.py ♻️ Update mypy (#11049) 2024-04-01 21:48:51 -05:00
utils.py ⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://github.com/encode/starlette/releases/tag/0.21.0) (#5471) 2022-11-13 15:26:09 +01:00