Skip to content

Commit

Permalink
fix middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jan 21, 2025
1 parent 94a4faa commit 25fcdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func AuthenticationMW(prov *auth.Provider, logger *zap.Logger) gin.HandlerFunc {
if prov.Disabled {
logger.Info("authentication is disabled")
c.Next()
return
}

logger.Info("start to process authentication request")
Expand Down

0 comments on commit 25fcdca

Please sign in to comment.