Skip to content

Commit

Permalink
adding new TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller committed Jan 14, 2025
1 parent 385f763 commit ac7cded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/snowflake/connector/auth/webbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def prepare(
"""Web Browser based Authentication."""
logger.debug("authenticating by Web Browser")

# TODO: switch to the new AuthHttpServer class instead of doing this manually
socket_connection = self._socket(socket.AF_INET, socket.SOCK_STREAM)

if os.getenv("SNOWFLAKE_AUTH_SOCKET_REUSE_PORT", "False").lower() == "true":
Expand Down

0 comments on commit ac7cded

Please sign in to comment.