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