i used https://github.com/WP-API/jwt-auth for authentication
I created api-key
and api-secret
in profile page
when i call api (http://acms-srs.localhost/wp-json/wp/v2/token), showing errors
{
"code": "rest_authentication_invalid_api_key_secret",
"message": "The API key-pair is invalid.",
"data": {
"status": 403
}
}