#1 pocketbase
Open Source realtime backend in 1 file
Simple, flexible, secure, and idiomatic web session management with pluggable backends.
Health score 43/100, confidence 80/100.
| Latest version | v0.2.1 |
| Imported by | 2 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 4 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Jeff | Type | type Jeff struct{} |
| Jeff.Clear | Method | func (j *Jeff) Clear(ctx context.Context, w http.ResponseWriter) error |
| Jeff.Delete | Method | func (j *Jeff) Delete(ctx context.Context, key []byte, tokens ...[]byte) error |
| Jeff.Public | Method | func (j *Jeff) Public(wrap http.Handler) http.Handler |
| Jeff.PublicFunc | Method | func (j *Jeff) PublicFunc(wrap http.HandlerFunc) http.HandlerFunc |
| Jeff.SessionsForKey | Method | func (j *Jeff) SessionsForKey(ctx context.Context, key []byte) (SessionList, error) |
| Jeff.Set | Method | func (j *Jeff) Set(ctx context.Context, w http.ResponseWriter, key []byte, meta ...[]byte) error |
| Jeff.Wrap | Method | func (j *Jeff) Wrap(wrap http.Handler) http.Handler |
| Jeff.WrapFunc | Method | func (j *Jeff) WrapFunc(wrap http.HandlerFunc) http.HandlerFunc |
| New | Function | func New(s Storage, opts ...func(*Jeff)) *Jeff |
| Session | Type | type Session struct{ ... } |
| ActiveSession | Function | func ActiveSession(ctx context.Context) Session |
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
JWT middleware for Golang http servers with many configuration options.
Package jwt implements JSON Web Tokens as described in RFC 7519.
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 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.
JWT middleware for Golang http servers with many configuration options.