middleware

package
v0.0.0-...-7dc802a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Admin

func Admin() echo.MiddlewareFunc

Admin admin routes middleware

func Authed

func Authed() echo.MiddlewareFunc

Authed returns a middleware for authed routes

func Cors

func Cors() echo.MiddlewareFunc

Cors api middleware to handle preflight OPTIONS requests

Types

type AuthedContext

type AuthedContext interface {
	web.ApiContext
	User() *models.User
	LoggedIn() bool
}

AuthedContext web api authed context extension

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL