Update README

This commit is contained in:
Peter Kieltyka 2017-07-05 18:11:00 -04:00
parent 4134989815
commit 7fa1632240

View file

@ -1,5 +1,5 @@
jwtauth - JWT middleware for Go 1.7+ HTTP services
==================================================
jwtauth - JWT authentication middleware for Go HTTP services
============================================================
The `jwtauth` http middleware package provides a simple way to verify a JWT token
from a http request and send the result down the request context (`context.Context`).