middleware

package
v0.5.65 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckIfUserIsOfType added in v0.4.22

func CheckIfUserIsOfType(userTypes ...string) echo.MiddlewareFunc

CheckIfUserIsOfType checks if the user is of the given type It depends on the user info to be set in the context TODO: eventually, change for https://golangtutorial.dev/tips/golang-slice-contains-method/

func SetAuthorizationHeaderInCtx added in v0.4.22

func SetAuthorizationHeaderInCtx() echo.MiddlewareFunc

func SetSessionDataInContext added in v0.5.45

func SetSessionDataInContext() echo.MiddlewareFunc

SetSessionDataInContext sets the user in the request context It does not fail or return an error in case the token is not found

func SetUserInfo added in v0.1.3

func SetUserInfo(withKey string) echo.MiddlewareFunc

func Trace added in v0.5.45

func Trace(next echo.HandlerFunc) echo.HandlerFunc

Types

type AuthenticationMiddleware

type AuthenticationMiddleware struct {
	// contains filtered or unexported fields
}

func NewAuthenticationMiddleware

func NewAuthenticationMiddleware(firebase *firebase.App) *AuthenticationMiddleware

func (*AuthenticationMiddleware) ValidateJWT

func (m *AuthenticationMiddleware) ValidateJWT(ctx context.Context, IDToken string) error

Jump to

Keyboard shortcuts

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