수색…


Rails로 인증하기 authenticate_with_http_token

authenticate_with_http_token do |token, options|
  @user = User.find_by(auth_token: token)
end

curl 을 사용하여이 끝점을 테스트 할 수 있습니다.

curl -IH "Authorization: Token token=my-token" http://localhost:3000


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow