Ruby on Rails
Autenticazione API Rails 5
Ricerca…
Autenticazione con Rails authenticate_with_http_token
authenticate_with_http_token do |token, options|
@user = User.find_by(auth_token: token)
end
Puoi testare questo endpoint con curl
facendo una richiesta come
curl -IH "Authorization: Token token=my-token" http://localhost:3000
Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow