# Packages

No description provided by the author

# Functions

CreateSessionHandlerFunc returns HTTP HandlerFunc for handling POST requests to create sessions.
No description provided by the author
GetByEmailSessionHandlerFunc returns a HTTP HandlerFunc that attempts to retrieve an existing session by Email from the cache.
GetByIDSessionHandlerFunc returns a HTTP HandlerFunc that attempts to retrieve an existing session by ID from the cache.
No description provided by the author

# Structs

API provides a struct to wrap the api around.

# Interfaces

AuthHandler interface for adding auth to endpoints.
SessionUpdater interface for updating a session.

# Type aliases

No description provided by the author
GetVarsFunc is a helper function that returns a map of request variables and parameters.