method

authenticate_with_http_token

authenticate_with_http_token(&login_procedure)
public

No documentation available.

# File actionpack/lib/action_controller/metal/http_authentication.rb, line 413
        def authenticate_with_http_token(&login_procedure)
          Token.authenticate(self, &login_procedure)
        end

1Note

An article about token-based authentication

linjunpop ยท Jan 16, 2015