Skip to content

subomi/otp-cloud-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otp-cloud-function

Google Cloud Function to Send, Verify & Resend OTP with Ruby.

APIs

  • POST /otp: Sends OTP to the phone number.
# Request
{
	"phone_number": "07015971724",
}

# Response
{
	"status": true,
	"message": "OTP Sent successfully",
	"data": {
		"phone_number": "07015971724"
	}
}

About

Google Cloud Function to Send, Verify & Resend OTP with Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published