airflow.providers.fab.auth_manager.api.auth.backend.basic_auth¶
Basic authentication backend.
Attributes¶
Functions¶
|
Initialize authentication backend. |
Authenticate and set current user if Authorization header exists. |
|
|
Decorate functions that require authentication. |
Module Contents¶
- airflow.providers.fab.auth_manager.api.auth.backend.basic_auth.CLIENT_AUTH: tuple[str, str] | Any | None = None[source]¶
- airflow.providers.fab.auth_manager.api.auth.backend.basic_auth.init_app(_)[source]¶
Initialize authentication backend.