You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding note on the use of the default * use in route authentication dependecies (#325)
**Related Issue(s):**
- #310
**Description:**
Using multiple authentication dependencies on a single route can cause
clashes if not done correctly (merging them). This is particularly
relevant to the default `*` route. My [pull
request](stac-utils/stac-fastapi#766) on
[stac-fastapi](https://github.com/stac-utils/stac-fastapi) to
dynamically merge multiple dependencies was rejected and I don't think
it's possible to replicate it here. So I've added a note to the
dependency documentation to try to explain what to do in this case.
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [x] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
---------
Co-authored-by: Jonathan Healy <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- Added note on the use of the default `*` use in route authentication dependecies. [#325](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/325)
0 commit comments