Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BFFAuthMiddleware ¶
type BFFAuthMiddleware struct {
// contains filtered or unexported fields
}
func NewBFFAuthMiddleware ¶
func NewBFFAuthMiddleware(sessionService types.SessionService, jwtExchangeService *gak_jwt.JWTExchangeService, sidCookieName string) *BFFAuthMiddleware
func (*BFFAuthMiddleware) OptionalSession ¶
func (auth *BFFAuthMiddleware) OptionalSession() gin.HandlerFunc
func (*BFFAuthMiddleware) RequireSession ¶
func (auth *BFFAuthMiddleware) RequireSession() gin.HandlerFunc
func (*BFFAuthMiddleware) RequireValidSession ¶
func (auth *BFFAuthMiddleware) RequireValidSession() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.