#1 jwtauth
JWT authentication middleware for Go HTTP services
Package rux is a simple and fast request router for golang HTTP applications.
Health score 58/100, confidence 70/100.
| Latest version | v1.4.1 |
| Imported by | 17 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 8 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BuildRequestURL | Type | type BuildRequestURL struct{} |
| BuildRequestURL.Build | Method | func (b *BuildRequestURL) Build(withParams ...M) *url.URL |
| BuildRequestURL.Host | Method | func (b *BuildRequestURL) Host(host string) *BuildRequestURL |
| BuildRequestURL.Params | Method | func (b *BuildRequestURL) Params(params M) *BuildRequestURL |
| BuildRequestURL.Path | Method | func (b *BuildRequestURL) Path(path string) *BuildRequestURL |
| BuildRequestURL.Queries | Method | func (b *BuildRequestURL) Queries(queries url.Values) *BuildRequestURL |
| BuildRequestURL.Scheme | Method | func (b *BuildRequestURL) Scheme(scheme string) *BuildRequestURL |
| BuildRequestURL.User | Method | func (b *BuildRequestURL) User(username, password string) *BuildRequestURL |
| NewBuildRequestURL | Function | func NewBuildRequestURL() *BuildRequestURL |
| Context | Type | type Context struct{ ... } |
| Context.Abort | Method | func (c *Context) Abort() |
| Context.AbortThen | Method | func (c *Context) AbortThen() *Context |
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.
Golang HTTP router