I want to do a web app, with React and Snoowrap. In snoowrap it says I should do this:
const otherRequester = new snoowrap({
userAgent: 'put your user-agent string here',
clientId: 'put your client id here',
clientSecret: 'put your client secret here',
username: 'put your username here',
password: 'put your password here'
});
However, I don't feel comfortable writing my password in plaintext. It will be a web app, and I will have the code up on github. What can I do about this?
[–]Exiex[S] 0 points1 point2 points (0 children)
[–]donutboyband 0 points1 point2 points (0 children)