docs: badges

This commit is contained in:
cduvray 2023-02-27 08:37:36 +01:00
parent 683f932468
commit 1d5bdf83ca

View file

@ -2,6 +2,10 @@
JWT authorizer Layer for Axum. JWT authorizer Layer for Axum.
[![Build status](https://github.com/cduvray/jwt-authorizer/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tokio-rs/cduvray/jwt-authorizer/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/jwt-authorizer)](https://crates.io/crates/jwt-authorizer)
[![Documentation](https://docs.rs/jwt-authorizer/badge.svg)](https://docs.rs/jwt-authorizer)
## Features ## Features
- JWT token verification (Bearer) - JWT token verification (Bearer)