manifest
manifest copied to clipboard
Login : API response is error 400 even though the body is correct
Describe the bug
I want to login. I follow the doc. The validators don't accept my parameters even though they are correct. The API response is not appropriate.
To Reproduce Steps to reproduce the behavior:
- Follow the auth documentation.
- Create an authenticable entity.
- In the sdk use the login method.
- Use the entity slug, email and password.
- See error
Expected behavior I should at the best being connected. Or have an other api response. Here the validators seems to not send an appropriate response.
Screenshots
Here the screens of the headers, the preview and the answer I get.
Code snippets
return await this.cs.login( 'national-contact-points', '[email protected]', 'case' );
This issue is stale because it has been open for 100 days with no activity.