Remove github references
This commit is contained in:
parent
8e78ba94f8
commit
970f33d596
1 changed files with 0 additions and 7 deletions
|
@ -1,17 +1,10 @@
|
||||||
Medallion
|
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)
|
[![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)
|
[![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.
|
A JWT library for rust using serde, serde_json and openssl.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
- [Documentation](https://cmdln.github.io/medallion/)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The library provides a `Token` type that wraps headers and claims.
|
The library provides a `Token` type that wraps headers and claims.
|
||||||
|
|
Loading…
Reference in a new issue