Authentication on Strapi

Hi ,

I would like to implement JWT Validation. I have copied user-permissions module from github and paste it into my project. i tried to test http://localhost:1337/auth/local (post method). i am getting

{“statusCode”:400,“error”:“Bad Request”,“message”:[{“messages”:[{“id”:“Auth.form.error.email.provide”,“message”:“Please provide your username or your e-mail.”}]}],“data”:[{“messages”:[{“id”:“Auth.form.error.email.provide”,“message”:“Please provide your username or your e-mail.”}]}]}

plesae advice.

Thanks

1 Like