fastapi/fastapi/security
David Kim 0539dd9cd3
🔧 Fix Type hint of `auto_error` which does not need to be `Optional[bool]` (#4933)
2022-08-26 15:29:50 +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 Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757) 2021-07-29 12:30:48 +02:00
base.py Update parameter names and order 2018-12-07 19:12:16 +04:00
http.py Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757) 2021-07-29 12:30:48 +02:00
oauth2.py 🔧 Fix Type hint of `auto_error` which does not need to be `Optional[bool]` (#4933) 2022-08-26 15:29:50 +02:00
open_id_connect_url.py Add `description` parameter to all the security scheme classes, e.g. `APIKeyQuery(name="key", description="A very cool API key")` (#1757) 2021-07-29 12:30:48 +02:00
utils.py 🎨 Add missing type definition 2018-12-28 20:39:04 +04:00