Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13765/head
pre-commit-ci[bot] 1 month ago
parent
commit
c579980e91
  1. 2
      fastapi/security/api_key.py

2
fastapi/security/api_key.py

@ -215,7 +215,7 @@ class APIKeyHeader(APIKeyBase):
class APIKeyCookie(APIKeyBase): class APIKeyCookie(APIKeyBase):
""" """
API key authentication using a cookie. API key authentication using a cookie.
Note: Note:
This class does **not** perform API key validation or decoding. This class does **not** perform API key validation or decoding.
It only extracts the key from the request and provides OpenAPI integration. It only extracts the key from the request and provides OpenAPI integration.

Loading…
Cancel
Save