Ruby on Rails
Uwierzytelnianie interfejsu Rails 5 API
Szukaj…
Uwierzytelnianie za pomocą Railsówhenticate_with_http_token
authenticate_with_http_token do |token, options|
@user = User.find_by(auth_token: token)
end
Możesz przetestować ten punkt końcowy za pomocą curl
, wysyłając żądanie podobne
curl -IH "Authorization: Token token=my-token" http://localhost:3000
Modified text is an extract of the original Stack Overflow Documentation
Licencjonowany na podstawie CC BY-SA 3.0
Nie związany z Stack Overflow