question

omkar avatar image
omkar asked Jacob Abrams commented

Employee pin on app implementation

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 ?

Employees
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered Jacob Abrams commented

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...

2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

omkar avatar image omkar commented ·

Thank you @jacobabrams

0 Likes 0 ·
Jacob Abrams avatar image Jacob Abrams ♦♦ commented ·

No problem. Don't forget to accept the answer by clicking the checkmark so we know this question is taken care of.

0 Likes 0 ·

Welcome to the
Clover Developer Community