diff --git a/README.md b/README.md index 7666ed0..bf87555 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ 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 - JWT token verification (Bearer)