vincbeck commented on code in PR #35038:
URL: https://github.com/apache/airflow/pull/35038#discussion_r1369048804


##########
airflow/auth/managers/fab/security_manager/override.py:
##########
@@ -103,6 +112,16 @@ class 
FabAirflowSecurityManagerOverride(AirflowSecurityManagerV2):
     permission_model = Permission
     registeruser_model = RegisterUser
 
+    """ Flask-JWT-Extended """
+    jwt_manager = None
+    """ Flask-OpenID OpenID """
+    oid = None
+    """ OAuth email whitelists """
+    oauth = None
+    """ OAuth email whitelists """
+    oauth_remotes: dict[str, Any]
+    oauth_user_info = None

Review Comment:
   Done



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to