From 6fcedb1db6ecf9af5794156583e420967558efa0 Mon Sep 17 00:00:00 2001 From: rhysrevans3 <34507919+rhysrevans3@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:39:33 +0000 Subject: [PATCH] Update examples/auth/README.md Co-authored-by: Jonathan Healy --- examples/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth/README.md b/examples/auth/README.md index f9fdda3e..0bd068e2 100644 --- a/examples/auth/README.md +++ b/examples/auth/README.md @@ -10,7 +10,7 @@ Route dependencies for endpoints can enable through the `STAC_FASTAPI_ROUTE_DEPE environment variable as a path to a JSON file or a JSON string. ***NOTE: default dependencies*** -`*` 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 single merged dependency). Similarly, `*` can be used to match all methods with a route but must also be the only Authentication dependency for that route.