Skip to content

Module stac_fastapi.core.basic_auth

Basic Authentication Module.

Classes

BasicAuth

python3 class BasicAuth( credentials: list )

Apply basic authentication to the provided FastAPI application based on environment variables for username, password, and endpoints.