When sending auth don’t pass it as a data object
/api/auth/local
{
"identifier": "someuser@strapi.io",
"password": "somerandompassword"
}
Maybe this can help ?
When sending auth don’t pass it as a data object
/api/auth/local
{
"identifier": "someuser@strapi.io",
"password": "somerandompassword"
}
Maybe this can help ?