Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2020 Changes in this version + const ErrGeneric + var ErrAuthParse = errors.New("authorization token could not be parsed") + var ErrPermissions = errors.New("insufficient permissions") + func AuthorizationCheck(c echo.Context) (bool, bool) + func FullAuthCheck(c echo.Context) error + func HasRole(c echo.Context, reqrole string) bool + func ListenAndServe() error + func SelfAuthCheck(c echo.Context) *jwtExtendedClaims