We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d49b8 commit ee57a27Copy full SHA for ee57a27
src/dispatch/fastapi.py
@@ -112,7 +112,7 @@ def __init__(
112
if verification_key:
113
base64_key = base64.b64encode(verification_key.public_bytes_raw()).decode()
114
logger.info("verifying request signatures using key %s", base64_key)
115
- else:
+ elif parsed_url.scheme != "bridge":
116
logger.warning(
117
"request verification is disabled because DISPATCH_VERIFICATION_KEY is not set"
118
)
0 commit comments