package
0.0.0-20200906053845-0397089e0092
Repository: https://github.com/ybkuroki/go-webapp-project-template.git
Documentation: pkg.go.dev

# Functions

AuthenticationMiddleware is the middleware of session authentication for echo.
Delete the current session.
Get returns a session for the current request.
GetAccount returns account object of session.
GetValue returns value of session.
Init initalize session authentication.
Save saves the current session.
SetAccount sets account data in session.
SetValue sets a key and a value.

# Constants

Account is the key of account data in the session.