Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Oct 21, 2022
1 parent 5d030ac commit e910430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# echo-jwt [![Go Report Card](https://goreportcard.com/badge/github.com/alexferl/echo-jwt)](https://goreportcard.com/report/github.com/alexferl/echo-jwt) [![codecov](https://codecov.io/gh/alexferl/echo-jwt/branch/master/graph/badge.svg)](https://codecov.io/gh/alexferl/echo-jwt)

A [JWT](https://jwt.io/) middleware for the [Echo](https://github.com/labstack/echo) framework.
A [JWT](https://jwt.io/) middleware for the [Echo](https://github.com/labstack/echo) framework using [lestrrat-go/jwx](https://github.com/lestrrat-go/jwx).

## Installing
```shell
Expand Down

0 comments on commit e910430

Please sign in to comment.