From d62201d186ed7f69c1f7079af04e9185bc04c4d0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 2 Jan 2021 12:53:35 +0530 Subject: [PATCH] readme: badges --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c92f9..67e10a3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

![CI (Linux)]() -[![Dependency Status](https://deps.rs/crate/argon2-creds/3.3.2/status.svg)](https://deps.rs/crate/argon2-creds/3.3.2) +[![dependency status](https://deps.rs/repo/github/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/github/realaravinth/argon2-creds)
[![codecov](https://codecov.io/gh/realaravinth/argon2-creds/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/argon2-creds) @@ -15,7 +15,8 @@ ## Features - [x] PRECIS Framework [UsernameCaseMapped](https://tools.ietf.org/html/rfc8265#page-7) -- [x] Password hashing and validation +- [x] Password hashing and validation using + [rust-argon2](https://crates.io/crates/rust-argon2) - [x] Filters for words that might cause ambiguity. See [Blacklist](https://github.com/shuttlecraft/The-Big-Username-Blacklist) - [x] Profanity filter