Hey everyone!
I’ve been exploring a way to handle 2FA when working with HTTP requests and authentication. Here's the scenario:
I have login credentials for a website that requires 2FA, which sends a text message to my phone. I’m currently using an AI agent (communicating through Telegram) to manage HTTP requests, and I want the process to look something like this:
1. The AI agent sends the login request.
2. The website prompts for 2FA and sends a text message with the code.
3. The AI agent asks me for the 2FA code through Telegram.
4. I respond with the code, and the AI agent completes the login process.
Has anyone set up a workflow like this or have tips on how to trigger the 2FA process and handle it via Telegram (or similar)? Any advice, tools, or strategies would be greatly appreciated!
Shoutout to Nate for the awesome videos 👍
Thanks in advance!