mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 18:22:20 -05:00
Update README
This commit is contained in:
parent
4134989815
commit
7fa1632240
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
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`).
|
from a http request and send the result down the request context (`context.Context`).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue