Forum Discussion
2 Replies
- terrible_towelNew Contributor II
You were right, as no account is needed. I played with it a bit and was able to extract the portion in the cookies that was necessary for the auth. Thanks a bunch!
- MatthiasNew Contributor III
How did you handle the secure storage of the initial credentials (client_id, client_secret)?
I've found this to be an impossible task with http client snaps - and hence had to revert to rest snaps for the initial auth - which allows some basic account types to provide the password as `account.password` and `account.username` in the post body.
For now, i've however not found an alternative for this with http-client.