खोज…


रेल के साथ प्रमाणीकरण प्रमाणीकृत_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