Ruby on Rails
Rails 5 API-verificatie
Zoeken…
Authenticatie met rails authenticate_with_http_token
authenticate_with_http_token do |token, options|
@user = User.find_by(auth_token: token)
end
U kunt dit eindpunt met curl
testen door een verzoek als
curl -IH "Authorization: Token token=my-token" http://localhost:3000
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow