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
Some Stac servers may require authentication. I have a Stac server that takes a username+password and returns an authorization token string. I'd like to add it to the WebClient object before a request for the catalog is made.
We are preparing a version to align with the release 1.0.0 of STAC. This library will be data middleware agnostic. We will remove all loaders to leave this part entirely to the developer. DotNetStac shall focus only on the STAC spec. Another library (https://github.com/Terradue/Stars), more as an SDK, will propose many helpers (with loaders) to navigate properly through the STAC documents.
Some Stac servers may require authentication. I have a Stac server that takes a username+password and returns an authorization token string. I'd like to add it to the WebClient object before a request for the catalog is made.
So in StacFactory , something like:
or some generalized method of adding Headers.
The text was updated successfully, but these errors were encountered: