The release of v7 broke the v2 api.
example endpoint:
{{base-url}}/wp-json/aam/v2/authenticate
With body data
{
"username": {{user}},
"password": {{password}},
"issueJWT": true
}
returns with status 200 and this body:
{
"ID": 6
}
an jwt is not issued for the user.
Expected behaviour:
The release of v7 broke the v2 api.
example endpoint:
{{base-url}}/wp-json/aam/v2/authenticate
With body data
{
"username": {{user}},
"password": {{password}},
"issueJWT": true
}
returns with status 200 and this body:
{
"ID": 6
}
an jwt is not issued for the user.
Expected behaviour: