#1 jwtauth
JWT authentication middleware for Go HTTP services
Golang HTTP router
Health score 75/100, confidence 60/100.
| Latest version | Unknown |
| Imported by | 141 packages |
| Stars | 780 |
| Forks | 42 |
| Last activity | 1 years ago |
| Latest release | v1.0.23 (1 years ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| CompatGroup | Type | type CompatGroup struct{} |
| CompatGroup.DELETE | Method | func (g CompatGroup) DELETE(path string, handler http.HandlerFunc) |
| CompatGroup.GET | Method | func (g CompatGroup) GET(path string, handler http.HandlerFunc) |
| CompatGroup.HEAD | Method | func (g CompatGroup) HEAD(path string, handler http.HandlerFunc) |
| CompatGroup.Handle | Method | func (g CompatGroup) Handle(method string, path string, handler http.HandlerFunc) |
| CompatGroup.NewGroup | Method | func (g CompatGroup) NewGroup(path string, opts ...GroupOption) *CompatGroup |
| CompatGroup.OPTIONS | Method | func (g CompatGroup) OPTIONS(path string, handler http.HandlerFunc) |
| CompatGroup.PATCH | Method | func (g CompatGroup) PATCH(path string, handler http.HandlerFunc) |
| CompatGroup.POST | Method | func (g CompatGroup) POST(path string, handler http.HandlerFunc) |
| CompatGroup.PUT | Method | func (g CompatGroup) PUT(path string, handler http.HandlerFunc) |
| CompatGroup.WithGroup | Method | func (g CompatGroup) WithGroup(path string, fn func(g *CompatGroup)) |
| CompatGroup.WithMiddleware | Method | func (g CompatGroup) WithMiddleware(middleware MiddlewareFunc) *CompatGroup |
JWT authentication middleware for Go HTTP services
Package chi is a small, idiomatic and composable router for building HTTP services.
JWT authentication middleware for Go HTTP services
Package chi is a small, idiomatic and composable router for building HTTP services.
Package mux implements a request router and dispatcher.
Package httprouter is a trie based high performance HTTP request router.
Package lars - Library Access/Retrieval System, is a fast radix-tree based, zero allocation, HTTP router for Go.