jsice
Results
1
issues of
jsice
some tests might fail if the `otp_allowed_drift` is too low ``` it 'does not validate an OTP above the allowed drift' do otp = ROTP::TOTP.new(otp_secret).at(Time.now + subject.class.otp_allowed_drift * 2) expect(subject.validate_and_consume_otp!(otp)).to...
bug