30

I am using rails-api and need to use authenticate_with_http_token to process a header authorization token, but i get the following error:

NoMethodError (undefined method `authenticate_with_http_token' for ...)

1 Answer 1

48

Add the following to ApplicationController

include ActionController::HttpAuthentication::Token::ControllerMethods
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.