From a3517a7cf0f909ec1bf8b2251ea431b090112f21 Mon Sep 17 00:00:00 2001 From: Asif Mohammad Mollah Date: Fri, 8 Nov 2024 06:28:12 +0000 Subject: [PATCH] badges added --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6752f28..93523aa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -37,3 +44,6 @@ func main() { fmt.Println("Verify:", totp.Validate(secret, duration, otp)) } ``` + +## Contributors +- [Asif Mohammad Mollah](https://github.com/mrasif)