User OTP Service
Overview
User-OTP service handles the OTP for user registration, user log in and password reset for a particular user.
Pre-requisites
Before you proceed with the documentation, make sure the following pre-requisites are met -
Java 8
egov-user service is running
egov-localization service is running
egov-otp service is running
Key Functionalities
The user-otp service sends the OTP to the user on login request, on password change request and during new user registration.
Deployment Details
Deploy the latest version of user-otp.
Make sure egov-otp is running.
Add Role-Action mapping for APIs.
Integration Details
Integration Scope
User-OTP service handles the OTP for user registration, user login and password reset for a particular user.
Integration Benefits
Can perform user registration, login, and password reset.
In the future, if we want to expose the application to citizens then it can be done easily.
Integration Steps
To integrate, the host of user-otp module should be overwritten in the helm chart.
/user-otp/v1/_send
should be added as the endpoint for sending OTP to the user via sms or email
Reference Docs
Doc Links
API Details
BasePath
/user-otp/v1/[API endpoint]
Method
a) POST /_send
This method sends the OTP to a user via sms or email based on the below parameters -
Producers
Following are the Producer topic.
egov.core.notification.sms.otp
:- This topic is used to send OTP to user mobile number.org.egov.core.notification.email
:- This topic is used to send OTP to user email id.
Last updated