Documentation
¶
Overview ¶
Package memory implements a session store in-memory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores the login/registration session in-memory.
In production, you should use a Redis or ETCD, or any distributed Key-Value database. Because of this, you cannot create replicas.
Click to show internal directories.
Click to hide internal directories.