Registry / database / kidstuff-mongostore

kidstuff-mongostore

JSON →
library0.0.0-20181113001930-e650cd85ee4bgogounverified

A MongoDB-backed session store for Go web applications.

go get github.com/kidstuff/mongostore
INSTALL
IMPORT
SIG · KIDSTUFF-MONGOSTOR
K
kidstuff-mongostore
databasegov0.0.0-20181113001930-e650cd85ee4b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mongostore
github.com/kidstuff/mongostore

Creates a new MongoDB session store.

package main import ( "fmt" "github.com/kidstuff/mongostore" ) func main() { store := mongostore.NewMongoStore(nil, []byte("secret")) fmt.Println(store) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181113001930-e650cd85ee4blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
kidstuff-mongostore — go get kidstuff-mongostore · libregistry