mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
add Authentication category and rust-jwt
This commit is contained in:
parent
7e71ca247d
commit
ae1a4194e9
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
- [Testing](#testing)
|
||||
- [Libraries](#libraries)
|
||||
- [Audio](#audio)
|
||||
- [Authentication](#authentication)
|
||||
- [Build system](#build-system)
|
||||
- [Cloud](#cloud)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
|
@ -127,6 +128,11 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* [RustAudio](https://github.com/RustAudio)
|
||||
* [samdoshi/portmidi-rs](https://github.com/samdoshi/portmidi-rs) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/samdoshi/portmidi-rs.svg?branch=master">](https://travis-ci.org/samdoshi/portmidi-rs)
|
||||
|
||||
### Authentication
|
||||
|
||||
* [keats/rust-jwt](https://github.com/keats/rust-jwt) — JWT lib in rust [![Build Status](https://api.travis-ci.org/Keats/rust-jwt.svg?branch=master)](https://travis-ci.org/Keats/rust-jwt)
|
||||
|
||||
|
||||
### Build system
|
||||
|
||||
* [Cargo](https://crates.io/) — the Rust package manager
|
||||
|
|
Loading…
Reference in a new issue