Publish REST Services

0
Hi,   I have a requirement, need to publish an REST API for authentication.    Our Mendix app is used as a backend for an Android application, so I need to publish a REST service for authentication.   I have tried creating a microflow for checking whether the username and password are right or wrong, but for security purpose, we cannot check the password in the Xpath.   So, please give some input on how we can do that? what is the best practice?   Thanks.
asked
1 answers
0

Hi Kiran,

 

in the system module is a java action called "VerifyPassword". Which: "Verifies that the specified user name/password combination is valid."

answered