I want to build an agent that downloads invoices from websites like amazon, ebay and some big shop brands in UK like tool station etc. I have 2 questions: 1. How secure passwords will be and the best way to keep them safe? 2. How I could deploy that for my client as I already have one for something like that? Thanks in advance โบ๏ธ
@Mofedul Alam Joy Thanks for your advice. I have already built one for eBay in quite a similar way to what you suggested. I donโt keep passwords โ I just save the cookie session with Playwright. For the initial login, it uses a one-time-use link sent to the client via Chromium. Iโm thinking of deploying it on Railway.