你如何在rails-api中使用authenticate_with_http_token?

时间:2014-10-28 19:36:24

标签: rails-api

我正在使用rails-api并需要使用authenticate_with_http_token来处理标头授权令牌,但我收到以下错误:

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

1 个答案:

答案 0 :(得分:38)

将以下内容添加到ApplicationController

  include ActionController::HttpAuthentication::Token::ControllerMethods