ipaas-nodejs
v1.4.7
Published
IPaaS APIs packaged as a helper library for nodejs applications. The APIs can be called directly from the library and the need for writing boilerplate code to call APIs can be avoided.
Downloads
1
Maintainers
Readme
IPaaS NodeJS Helper Library
Auth APIs
- Send OTP -
await ipaas(apiKey).auth().sendOtp('mobile', mobileNumber, name);
- Verify OTP -
await ipaas(apiKey).auth().verifyOtp('mobile', mobileNumber, code);
- Validate Token -
await ipaas(apiKey).auth().validateToken(token);