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.
This commit is contained in:
Saurav Gupta 2020-03-21 22:16:07 +08:00 committed by GitHub
parent 8bb0c9f62c
commit 9f0aa15b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -694,6 +694,7 @@ See also [About Rusts 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