mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 12:43:14 -05:00
Add godoc badge to readme
This commit is contained in:
parent
89031fb71d
commit
e96cc161e9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
jwtauth - JWT authentication middleware for Go HTTP services
|
jwtauth - JWT authentication middleware for Go HTTP services
|
||||||
============================================================
|
============================================================
|
||||||
|
[![GoDoc Widget]][GoDoc]
|
||||||
|
|
||||||
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`).
|
||||||
|
|
@ -105,3 +106,6 @@ func router() http.Handler {
|
||||||
# LICENSE
|
# LICENSE
|
||||||
|
|
||||||
[MIT](/LICENSE)
|
[MIT](/LICENSE)
|
||||||
|
|
||||||
|
[GoDoc]: https://godoc.org/github.com/go-chi/jwtauth
|
||||||
|
[GoDoc Widget]: https://godoc.org/github.com/go-chi/jwtauth?status.svg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue