Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Jan 22, 2024
1 parent 448b793 commit 2fb79e1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# One Time Password Generation and Verification

[![check](https://github.com/randy3k/otp/actions/workflows/check.yaml/badge.svg)](https://github.com/randy3k/otp/actions/workflows/check.yaml)
[![codecov](https://codecov.io/gh/randy3k/otp/branch/master/graph/badge.svg)](https://codecov.io/gh/randy3k/otp)
[![codecov](https://codecov.io/gh/randy3k/otp/branch/master/graph/badge.svg)](https://app.codecov.io/gh/randy3k/otp)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/otp)](https://cran.r-project.org/package=otp)
[![](http://cranlogs.r-pkg.org/badges/grand-total/otp)](https://cran.r-project.org/package=otp)

Expand Down Expand Up @@ -62,13 +62,13 @@ p <- TOTP$new("JBSWY3DPEHPK3PXP")
(code <- p$now())
```

## [1] "669178"
## [1] "012318"

``` r
p$verify(code)
```

## [1] "2024-01-22 14:00:30 PST"
## [1] "2024-01-22 15:55:30 PST"

``` r
raster::image(
Expand All @@ -78,7 +78,7 @@ raster::image(
)
```

<img src="https://i.imgur.com/7XW8sR6.png" width="20%" />
<img src="https://i.imgur.com/IHa0bMm.png" width="20%" />

## Related projects

Expand Down
8 changes: 4 additions & 4 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: '2.12'
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-01-22T22:19Z
last_built: 2024-01-22T23:56Z

10 changes: 5 additions & 5 deletions docs/reference/TOTP.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fb79e1

Please sign in to comment.