From 9f0aa15b6635ebedb083d56e329198b0c74b51d9 Mon Sep 17 00:00:00 2001 From: Saurav Gupta <51911595+sgrust01@users.noreply.github.com> Date: Sat, 21 Mar 2020 22:16:07 +0800 Subject: [PATCH 1/2] Add jwtvault to the list Manages & Orchestrates JWT for user login, logout & renew. Library is async ready, has no unsafe block, and runs on stable rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd31f44..9c89043 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Authentication * [Keats/jsonwebtoken](https://github.com/Keats/jsonwebtoken) — [JSON Web Token](https://en.wikipedia.org/wiki/JSON_Web_Token) lib in rust [![Build Status](https://api.travis-ci.org/Keats/jsonwebtoken.svg?branch=master)](https://travis-ci.org/Keats/jsonwebtoken) +* [sgrust01/jwtvault](https://github.com/sgrust01/jwtvault) — Async library to manage and orchestrate JWT workflow [![Build Status](https://travis-ci.org/sgrust01/jwtvault.svg?branch=master)](https://travis-ci.org/sgrust01/jwtvault) ### Automotive From 83e5eec4aabf6df8d2e73c1218050b635dee42b4 Mon Sep 17 00:00:00 2001 From: Saurav Gupta <51911595+sgrust01@users.noreply.github.com> Date: Sun, 22 Mar 2020 12:17:57 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c89043..18a3d70 100644 --- a/README.md +++ b/README.md @@ -694,7 +694,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Authentication * [Keats/jsonwebtoken](https://github.com/Keats/jsonwebtoken) — [JSON Web Token](https://en.wikipedia.org/wiki/JSON_Web_Token) lib in rust [![Build Status](https://api.travis-ci.org/Keats/jsonwebtoken.svg?branch=master)](https://travis-ci.org/Keats/jsonwebtoken) -* [sgrust01/jwtvault](https://github.com/sgrust01/jwtvault) — Async library to manage and orchestrate JWT workflow [![Build Status](https://travis-ci.org/sgrust01/jwtvault.svg?branch=master)](https://travis-ci.org/sgrust01/jwtvault) +* [sgrust01/jwtvault](https://github.com/sgrust01/jwtvault) — Async library to manage and orchestrate JWT workflow [![Build Status](https://api.travis-ci.org/sgrust01/jwtvault.svg?branch=master)](https://travis-ci.org/sgrust01/jwtvault) ### Automotive