I want to apply expiry time with otp counter.
I wrote as resource.authenticate_otp(params[:customer][:otp], drift: 900, auto_increment: true) but apparently otp is not getting expired after 15 minutes.
Is it possible for me to do it? or is there other way to do it?
I want to apply expiry time with otp counter. I wrote as resource.authenticate_otp(params[:customer][:otp], drift: 900, auto_increment: true) but apparently otp is not getting expired after 15 minutes. Is it possible for me to do it? or is there other way to do it?