Strapi login api with json and form tutorial # 3
Strapi login api with json and form tutorial # 3
In this tutorial we will learn how to login with email and password.
You need to send post request:
http://localhost:1337/api/auth/local/
- identifier mean user email
- password mean your chosen password for desired user.

login strapi api