@bobyrou
Login is action where session for user is stored in browser.
This is irrelevant when getting data from database from outside application, as there is no browser used on site and it does not make quite sense.
You cannot login trough API and act like logged in user in i.e. android app. Login must be made in that app directly.
Then how can I let users to Login on the app? I have an api to register which works fine but I don't have an api to login.
@bobyrou, please, can you share the API to register? Facing issue with Passwords do not match.
.....Did you ever get your login working. I also checked plugin but there is no mention of login in the entire API documentation. If we are able to call login, the rest can be managed in app state and other elements.
Will appreciate if you can assist with your solution