09-01-2023 05:11 AM
We've got a service that needs authentication via Post/Put request with the following body:
```
09-06-2023 05:19 AM
hmm.. if that's the case, then another option maybe is to store the credentials to an expression file and reference from there in the Http Client Snap.
01-09-2024 05:52 AM
Well that's not secure, encrypted storage though - considering an expression file is just a plain-text file.
Storing the data in an account actually encrypts the password field ... which i'd consider the minimum requirement for credential storage ...