Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 735 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 735 Bytes

PinieJS

PinnieJS is a Microservices Pin Generator for Email / Phone Number Verification or OTP Transaction based on Express JS

Endpoint

  • /pin/generate

To generate unique PIN that used for verification
Input : Email/ Phone Number/ Transaction Id (need to be unique)


  • /pin/resend

Resend unique PIN that used for verification
Input : Email/ Phone Number/ Transaction Id (need to be unique)


  • /pin/verify

Verify that User Unique ID is valid and matches with generated PIN
Input : Email/ Phone Number/ Transaction Id (need to be unique) + unique PIN Number


  • /pin/check

Check User ID has been verified or not
Input : Email/ Phone Number/ Transaction Id (need to be unique)