I am building a rails applicaiton that needs to be able to send sms messages. The sms api I am using requires me to login via OAUTH. What would the best practices be for securely storing the user name, password, token and refresh token. I was planning on creating custom rake tasks that can be run every hour so that the token is always valid. The app is deployed to heroku.
Dismiss
Announcing Stack Overflow Documentation
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.