Skip to content

Commit

Permalink
Merge pull request #85 from amandameng/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mdp committed Apr 23, 2020
2 parents 7af6858 + 37bada7 commit 97475a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ hotp.at(1) # => "595254"
hotp.at(1401) # => "259769"

# OTP verified with a counter
hotp.verify("316439", 1401) # => 1401
hotp.verify("316439", 1402) # => nil
hotp.verify("259769", 1401) # => 1401
hotp.verify("259769", 1402) # => nil
```

### Preventing reuse of Time based OTP's
Expand Down

0 comments on commit 97475a1

Please sign in to comment.