-
Notifications
You must be signed in to change notification settings - Fork 14
v2 api broken #444
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Ready For Release