amarillo11 said over 5 years ago on Rails API App - Authentication with JSON Web Tokens :
Is the curl request in the notes malformed? I am only changing the values of the email and password like so: curl -H 'Content-Type: application/json' -X POST -d '{"email":"john@example.com","password":"1234"}' http://localhost:3000/authenticate Thank you for the very prompt reply!