seshac / otp-generator

Laravel OTP Generator, SImple package to generate and send OTPs
MIT License
43 stars 22 forks source link

Otp::validate is always false on production #11

Closed aryaaditiyaa closed 2 years ago

aryaaditiyaa commented 2 years ago

It works on my localhost but on production everything is fine but only the validate() method didn't work as i expected, what could cause this to happen?