1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-01 22:09:21 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2017-02-19 19:37:55 -08:00
parent e7c89c424f
commit 1b83cb34ca
2 changed files with 2 additions and 8 deletions

View File

@ -27,10 +27,7 @@ description = "Graceful shutdown example for Echo"
{{< embed "graceful-shutdown/graceful/server.go" >}}
## Source Code
- [graceful]({{< source "graceful-shutdown/graceful" >}})
- [grace]({{< source "graceful-shutdown/grace" >}})
## [Source Code]({{< source "graceful-shutdown" >}})
## Maintainers

View File

@ -57,10 +57,7 @@ curl localhost:1323/restricted -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR
Welcome Jon Snow!
```
## Source Code
- [With default Map claims]({{< source "jwt/map-claims" >}})
- [With custom claims]({{< source "jwt/custom-claims" >}})
## [Source Code]({{< source "jwt" >}})
## Maintainers