Recherche…


Authentification avec Rails authenticate_with_http_token

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

Vous pouvez tester ce noeud final avec curl en faisant une requête comme

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


Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow