JSON API Authentication using Devise tokens

For an app that I’m working on I want users to be able to create an account and login. The app speaks JSON. I thought this would be trivial with Devise using something like TokenAuthenticatable, but unfortunately that got deprecated without too much information about alternatives. In typical open source euphemism: we have decided to remove TokenAuthenticatable from Devise,… Continue reading JSON API Authentication using Devise tokens