JWT Authentication Solution
bundle exec rails authenticator:install
Add this line to your application's Gemfile:
gem 'authenticator', git: 'https://github.com/huarmenta/authenticator.git', branch: 'master'
And then execute:
bundle install
Or install it yourself as:
gem install authenticator
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.