Sök…


Autentisering med rails authenticate_with_http_token

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

Du kan testa denna slutpunkt med curl genom att göra en begäran som

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


Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow