bugraoz93 commented on code in PR #54196:
URL: https://github.com/apache/airflow/pull/54196#discussion_r2261662432
##########
airflow-core/docs/core-concepts/auth-manager/index.rst:
##########
@@ -172,6 +172,39 @@ cookie named ``_token`` before redirecting to the Airflow
UI. The Airflow UI wil
.. note::
Do not set the cookie parameter ``httponly`` to ``True``. Airflow UI needs
to access the JWT token from the cookie.
+Refreshing JWT Token
+''''''''''''''''''''
+The refresh token endpoint is ``POST /auth/token/refresh`` with the current
JWT token in the cookie or acquired from the API.
Review Comment:
I split the sentence into multiple pieces. I beleive this is more
understanable
##########
airflow-core/docs/core-concepts/auth-manager/index.rst:
##########
@@ -172,6 +172,39 @@ cookie named ``_token`` before redirecting to the Airflow
UI. The Airflow UI wil
.. note::
Do not set the cookie parameter ``httponly`` to ``True``. Airflow UI needs
to access the JWT token from the cookie.
+Refreshing JWT Token
+''''''''''''''''''''
+The refresh token endpoint is ``POST /auth/token/refresh`` with the current
JWT token in the cookie or acquired from the API.
Review Comment:
I split the sentence into multiple pieces. I believe this is more
understandable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]