I have been using token_authenticatable before to secure my API, however, I have found that it was deprecated? What should I use instead and why did they deprec
token_authenticatable
This looks like a very old question, nevertheless I'll put an awesome gem for the record here.
gem
You can secure your API with the Doorkeeper Gem, an awesome oauth provider for Rails apps.