airflow.providers.fab.auth_manager.api_fastapi.routes.login

Attributes

get_cookie_path

log

Functions

create_token(request[, body])

Generate a new API token.

create_token_cli(request[, body])

Generate a new CLI API token.

logout(request)

Clear session cookies and redirect to the login page.

Module Contents

airflow.providers.fab.auth_manager.api_fastapi.routes.login.log[source]
airflow.providers.fab.auth_manager.api_fastapi.routes.login.create_token(request, body=Body(...))[source]

Generate a new API token.

airflow.providers.fab.auth_manager.api_fastapi.routes.login.create_token_cli(request, body=Body(...))[source]

Generate a new CLI API token.

airflow.providers.fab.auth_manager.api_fastapi.routes.login.logout(request)[source]

Clear session cookies and redirect to the login page.

Was this entry helpful?