This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-07-21 12:23:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd8854c4c7f8c01f57cdc10229d0dd4c6174334c
fastapi
/
fastapi
/
security
History
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