diff --git a/README.md b/README.md index 3f132b3..21a700b 100644 --- a/README.md +++ b/README.md @@ -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 [](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