Documentation ¶
Overview ¶
Package register allows for user registration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Register ¶
Register module.
func (*Register) Initialize ¶
Initialize the module.
func (*Register) Routes ¶
func (r *Register) Routes() authboss.RouteTable
Routes creates the routing table.
func (*Register) Storage ¶
func (r *Register) Storage() authboss.StorageOptions
Storage returns storage requirements.
type RegisterStorer ¶
type RegisterStorer interface { authboss.Storer // Create is the same as put, except it refers to a non-existent key. If the key is // found simply return authboss.ErrUserFound Create(key string, attr authboss.Attributes) error }
RegisterStorer must be implemented in order to satisfy the register module's storage requirments.
Click to show internal directories.
Click to hide internal directories.