Hello Devs, I need to authenticate employee on my app but when i fetch employee from employeeConnector it giving me pin in some other format( like e10adc3949ba59abbe56e057f20f883e ) not six digit password i had set so how can i convert that ?
Hello Devs, I need to authenticate employee on my app but when i fetch employee from employeeConnector it giving me pin in some other format( like e10adc3949ba59abbe56e057f20f883e ) not six digit password i had set so how can i convert that ?
I don't believe we expose the employee PIN directly, what you are seeing is the hash of the employee PIN. To authenticate an employee take a look at this example which uses an activity we provide to perform the authentication and return the results: https://github.com/clover/clover-andr...
No problem. Don't forget to accept the answer by clicking the checkmark so we know this question is taken care of.
2 People are following this question.