mymiddleware

package
v0.0.0-...-c7b2723 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2017 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUnauthorized 認証フェーズ用のエラーレスポンス 401
	ErrUnauthorized = goa.NewErrorClass("unauthorized", 401)

	// ErrInternalServer 認証フェーズ用のエラーレスポンス 500
	ErrInternalServer = goa.NewErrorClass("internal error", 500)
)

Functions

func NewAdminUserAuthMiddleware

func NewAdminUserAuthMiddleware() goa.Middleware

NewAdminUserAuthMiddleware adminユーザーの権限を持っているかを確認する

func NewGAECronMiddleware

func NewGAECronMiddleware() goa.Middleware

NewGAECronMiddleware GAEからのリクエストか判別する

func NewGeneralUserAuthMiddleware

func NewGeneralUserAuthMiddleware() goa.Middleware

NewGeneralUserAuthMiddleware 一般ユーザーの権限を持っているかを確認する

func NewGuestUserAuthMiddleware

func NewGuestUserAuthMiddleware() goa.Middleware

NewGuestUserAuthMiddleware Guestユーザーでも利用できるが、会員向けの機能もあるのでチェックする

func NewTestModeMiddleware

func NewTestModeMiddleware() goa.Middleware

NewTestModeMiddleware tokenの存在のみチェックする動作チェック用ミドルウェア。

Types

This section is empty.

Jump to

Keyboard shortcuts

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