Ruby on Rails
Autenticación API Rails 5
Buscar..
Autenticación con Rails authenticate_with_http_token
authenticate_with_http_token do |token, options|
@user = User.find_by(auth_token: token)
end
Puede probar este punto final con curl
haciendo una solicitud como
curl -IH "Authorization: Token token=my-token" http://localhost:3000
Modified text is an extract of the original Stack Overflow Documentation
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow