|
|
|
|
|
by matthewwolfe
1352 days ago
|
|
You wouldn’t necessarily need to store passwords in plaintext. You could keep a password encrypted and then when a user logs in their password is sent along on a request that does the automation and then discarded at the end. Of course that would mean you could only do a read operation on the website once, or else keep the session with the site open internally. |
|