nbourses / oyeok_web

http://www.oyeok.in
0 stars 0 forks source link

Mobile verification #12

Open shlokspeare opened 8 years ago

shlokspeare commented 8 years ago

So, we can now use

curl -i 52.25.136.179:9000/1/verify/mobile -d '{"gcm_id":"hello","device_id":"hardware","user_role":"client","lat":19.1253983, "long":72.8340044,"mobile_no":"9769036234","mobile_code":"91"}' -H 'Content-Type: application/json'

@ritesh3warke this call sends response with OTP & same OTP via sms that can be compared to choose whether to verify or reject the verification.

@gomaimayuresh