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 6859018 commit 6fcedb1Copy full SHA for 6fcedb1
examples/auth/README.md
@@ -10,7 +10,7 @@ Route dependencies for endpoints can enable through the `STAC_FASTAPI_ROUTE_DEPE
10
environment variable as a path to a JSON file or a JSON string.
11
12
***NOTE: default dependencies***
13
-`*` can be used match all paths. However, if used this must be the only Authentication dependency (multiple can be used through a
+`*` can be used to match all paths. However, if used this must be the only Authentication dependency (multiple can be used through a
14
single merged dependency). Similarly, `*` can be used to match all methods with a route but must also be the only Authentication
15
dependency for that route.
16
0 commit comments