#1 golang-jwt
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
Session Manager for HTTP servers.
Health score 49/100, confidence 80/100.
| Latest version | v1.4.1 |
| Imported by | 84 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Manager | Type | type Manager struct{} |
| Manager.AddToContext | Method | func (m *Manager) AddToContext(ctx context.Context, session *Session) context.Context |
| Manager.Domain | Method | func (m *Manager) Domain(s string) |
| Manager.HttpOnly | Method | func (m *Manager) HttpOnly(b bool) |
| Manager.IdleTimeout | Method | func (m *Manager) IdleTimeout(t time.Duration) |
| Manager.Lifetime | Method | func (m *Manager) Lifetime(t time.Duration) |
| Manager.Load | Method | func (m *Manager) Load(r *http.Request) *Session |
| Manager.LoadFromContext | Method | func (m *Manager) LoadFromContext(ctx context.Context) *Session |
| Manager.Multi | Method | func (m *Manager) Multi(next http.Handler) http.Handler |
| Manager.Name | Method | func (m *Manager) Name(s string) |
| Manager.Path | Method | func (m *Manager) Path(s string) |
| Manager.Persist | Method | func (m *Manager) Persist(b bool) |
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
Package jwt implements JSON Web Tokens as described in https://tools.ietf.org/html/rfc7519
Open Source realtime backend in 1 file
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
Package jwt implements JSON Web Tokens as described in https://tools.ietf.org/html/rfc7519
Open Source realtime backend in 1 file
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info.
Simple, flexible, secure, and idiomatic web session management with pluggable backends.