我正在使用rails-api并需要使用authenticate_with_http_token
来处理标头授权令牌,但我收到以下错误:
NoMethodError (undefined method `authenticate_with_http_token' for ...)
答案 0 :(得分:38)
将以下内容添加到ApplicationController
include ActionController::HttpAuthentication::Token::ControllerMethods