Closed choxx closed 1 year ago
Verify if user exists in Fusion Auth for the given application before sending OTP. If not exists, respond with customized/default error message pass in query param.
Related to: https://github.com/Mission-Prerna/prerna-lakshya-app/issues/103#issuecomment-1427767399
Addition of validation in the /api/sendOTP?phone=XXXX API
/api/sendOTP?phone=XXXX
https://github.com/Samagra-Development/user-service/pull/61
Description
Verify if user exists in Fusion Auth for the given application before sending OTP. If not exists, respond with customized/default error message pass in query param.
Related to: https://github.com/Mission-Prerna/prerna-lakshya-app/issues/103#issuecomment-1427767399
Changes
Addition of validation in the
/api/sendOTP?phone=XXXX
API