API authentication in Rails with devise_token_auth
Just posted a writeup on how to add Token-based API authentication to your Rails app, including some gotchas I found while integrating the devise_token_auth to the menudiar.io site. Any other token auth solutions you know about?
Post a comment