Versions in this module Expand all Collapse all v0 v0.1.0 Aug 18, 2024 Changes in this version + const AuthCookieName + type AppRouter struct + App core.App + Router *echo.Echo + func NewAppRouter(e *core.ServeEvent) *AppRouter + func (ar *AppRouter) CreateTask(c echo.Context) error + func (ar *AppRouter) GetError(c echo.Context) error + func (ar *AppRouter) GetHome(c echo.Context) error + func (ar *AppRouter) GetLogin(c echo.Context) error + func (ar *AppRouter) ListDelete(c echo.Context) error + func (ar *AppRouter) LoadAuthContextFromCookie() echo.MiddlewareFunc + func (ar *AppRouter) Login(c echo.Context, identifier string, password string) error + func (ar *AppRouter) PostLogin(c echo.Context) error + func (ar *AppRouter) PostLogout(c echo.Context) error + func (ar *AppRouter) PostRegister(c echo.Context) error + func (ar *AppRouter) Register(c echo.Context, email, username, password, passwordRepeat string) error + func (ar *AppRouter) SetupRoutes(live bool) error + func (ar *AppRouter) ToggleArchive(c echo.Context) error + func (ar *AppRouter) ToggleTask(c echo.Context) error