Forum Discussion
walkermic
8 years agoNew Contributor III
We are using SugarCRM and are just now trying to use snap with it. Running into a few issues around the tokens, but in general we are using the standard rest(GET/POST, etc) snaps.
- Supratim8 years agoContributor III
@walkermic
Thanks for your response.- walkermic8 years agoNew Contributor III
Biggest issue we are having here is that you can’t use a rest account with the sugar token post snap. you have to use a json parser and pass that into the post which currently leaves the id/password in clear text.
- Supratim8 years agoContributor III
@walkermic
Hi One suggestion- encode your credential on - https://www.base64encode.org/
then use Base64.decode($username)/Base64.decode($password) it will make hide your raw text.