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.

Sign up and start helping → Learn more about Documentation →

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.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.