Skip to content

v2 api broken #444

@samuel-greising

Description

@samuel-greising

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:

  • Return of jwt
  • jwt issued

Metadata

Metadata

Assignees

Labels

Projects

Status

Ready For Release

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions