Monthly Archives: February 2013

Securing your api keys

A Rails app often has to connect to other services via an api key. For example, if you want users to be able to log in via their google credentials. One problem this raises is how to secure these api … Continue reading

Posted in Ruby | Comments Off on Securing your api keys