From 9c944c82d48f99780ef389f9a2fc83d7630a3d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Mon, 22 Jun 2020 17:16:42 +0200 Subject: [PATCH] Added badges --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2b4d66..226b101 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # totp-rs +![Build Status](https://github.com/constantoine/totp-rs/workflows/Rust/badge.svg) ![docs](https://docs.rs/totp-rs/badge.svg) This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits! With additional feature "qr", you can use it to generate a base64 png qrcode.