mGramSeva - User OTP
Overview
user-otp service is used to generate OTP for user login, user registration and user password change.
Pre-requisites
Prior Knowledge of Java/J2EE.
Prior Knowledge of Spring Boot.
Prior Knowledge of KAFKA
Prior Knowledge of REST APIs and related concepts like path parameters, headers, JSON, etc.
Following services should be up and running:
user
MDMS
Id-Gen
URL-Shortening
notification-sms
Key Functionalities
user-otp service generate validates the user details and request type and send OTP for a particular action.
Deployment Details
Deploy the latest image of the user-otp service available.
Configuration Details
| 3000 | Expiry time of the otp |
Integration
Integration Scope
User OTP service can be integrated with any organization or system that wants OTP based validation for user login, registration.
Integration Benefits
Easy to create and simple process of generating bills from demands.
Easy to generate OTP to validate mobile number for registration, login and password reset with simple API calls
Steps to Integration
otp can be generate calling
/user-otp/v1/_send
Last updated