Documentation ¶
Overview ¶
Package session contains the controller that exchanges firebase auth tokens for server side session tokens.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, client *auth.Client, config *config.ServerConfig, db *database.Database, h *render.Renderer) *Controller
New creates a new session controller.
func (*Controller) HandleCreate ¶
func (c *Controller) HandleCreate() http.Handler
func (*Controller) HandleDelete ¶
func (c *Controller) HandleDelete() http.Handler
Click to show internal directories.
Click to hide internal directories.