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:
[sourcecode]http://localhost:1337/api/auth/local/[/sourcecode]- identifier mean user email
- password mean your chosen password for desired user.