Module stac_fastapi.core.basic_auth¶
Basic Authentication Module.
Classes¶
BasicAuth¶
class BasicAuth(
credentials: list
)
Apply basic authentication to the provided FastAPI application based on environment variables for username, password, and endpoints.