David Kimura PRO said almost 7 years ago on Rails API - Authentication with JWT :

You might need to add 

skip_before_action :authenticate_user!

in the controller that is causing the error message. It may be in the user_token_controller.rb where you would need to add this.