Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
mrasif committed Nov 8, 2024
1 parent 9fa7b5a commit a3517a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TOTP

![GitHub release (latest by date)](https://img.shields.io/github/v/release/tech-thinker/totp)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tech-thinker/totp/go-test.yaml)
![GitHub](https://img.shields.io/github/license/tech-thinker/totp)
![GitHub last commit](https://img.shields.io/github/last-commit/tech-thinker/totp)
![GitHub forks](https://img.shields.io/github/forks/tech-thinker/totp)
![GitHub top language](https://img.shields.io/github/languages/top/tech-thinker/totp)

TOTP is a Time Based One Time Password Algorithm, which can be used in client side or server side applications.

## Features
Expand Down Expand Up @@ -37,3 +44,6 @@ func main() {
fmt.Println("Verify:", totp.Validate(secret, duration, otp))
}
```

## Contributors
- [Asif Mohammad Mollah](https://github.com/mrasif)

0 comments on commit a3517a7

Please sign in to comment.