bugraoz93 commented on code in PR #47043:
URL: https://github.com/apache/airflow/pull/47043#discussion_r1976706510


##########
airflow/auth/managers/base_auth_manager.py:
##########
@@ -114,9 +114,11 @@ def get_user_from_token(self, token: str) -> BaseUser:
             log.error("JWT token is not valid")
             raise e
 
-    def get_jwt_token(self, user: T) -> str:
+    def get_jwt_token(self, user: T, expiration_time_in_seconds: int = 0) -> 
str:

Review Comment:
   Updated, thanks!



-- 
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]

Reply via email to