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
I've been using the devise_token_auth gem which is one of the alternatives listed in the Devise wiki page for token authentication.
I don't know if it's now the de-facto standard for Devise token auth or not but it's definitely my go-to.