rocket_jwt_auth 0.0.3

JWT header authentication for Rocket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Rocket jwt auth middleware

![Rust Version](https://img.shields.io/badge/rust-1.65+-green.svg)
![WebSocket Version](https://img.shields.io/badge/websocket-0.0.1-blue.svg)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)

Rocket middleware for JWT authentication.

## Installation

Add the following dependency to your `Cargo.toml` file:

```toml
[dependencies]
rocket_jwt_auth = "0.0.3"
```