Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebe67d1

Browse files
bugraoz93vincbeck
andauthoredJun 24, 2025··
Update airflow-core/src/airflow/api_fastapi/auth/managers/base_auth_manager.py
Co-authored-by: Vincent <[email protected]>
1 parent 3eab2d0 commit ebe67d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎airflow-core/src/airflow/api_fastapi/auth/managers/base_auth_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def refresh_token(self, user: T) -> T | None:
137137
"""
138138
Refresh the JWT token if needed.
139139
140-
This method is called when the JWT token expired. Returns the user if the token were being refreshed, None otherwise.
140+
This method is called when the JWT token expired. Returns the user if the token was being refreshed, None otherwise.
141141
Implementing this method should check whether token needs a refresh before refreshing.
142142
"""
143143
return None

0 commit comments

Comments
 (0)
Please sign in to comment.