From 970f33d5966ef8fbb635b450cfec3c2989c1e765 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 3 Dec 2021 14:11:02 -0500 Subject: [PATCH] Remove github references --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 1987f25..96639d7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,10 @@ Medallion ========= -[![Build Status](https://travis-ci.org/cmdln/medallion.svg?branch=master)](https://travis-ci.org/cmdln/medallion) -[![Crates.io Status](http://meritbadge.herokuapp.com/medallion)](https://crates.io/crates/medallion) [![Documentation](https://docs.rs/medallion/badge.svg)](https://docs.rs/medallion) [![dependency status](https://deps.rs/crate/medallion/2.4.0/status.svg)](https://deps.rs/crate/medallion/2.4.0) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cmdln/medallion/master/LICENSE) A JWT library for rust using serde, serde_json and openssl. -## Documentation - -- [Documentation](https://cmdln.github.io/medallion/) - ## Usage The library provides a `Token` type that wraps headers and claims.