Documentation ¶
Index ¶
Constants ¶
View Source
const ErrGeneric = `{"errno": "404", "message": "Bad Request"}`
Variables ¶
View Source
var ( ErrAuthParse = errors.New("authorization token could not be parsed") ErrPermissions = errors.New("insufficient permissions") )
Functions ¶
func AuthorizationCheck ¶
func FullAuthCheck ¶
func FullAuthCheck(c echo.Context) error
func ListenAndServe ¶
func ListenAndServe() error
func SelfAuthCheck ¶
func SelfAuthCheck(c echo.Context) *jwtExtendedClaims
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.