Skip to content

Commit

Permalink
Merge pull request #52 from origadmin/dev
Browse files Browse the repository at this point in the history
refactor(security): correct naming inconsistency in security contexts
  • Loading branch information
godcong authored Dec 13, 2024
2 parents 4d6a934 + 65f0a04 commit 0febb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const (
ContextTypeContext TokenType = iota
// ContextTypeHeader represents the context type for the header.
ContextTypeHeader
// ContentTypeMetadata represents the context type for the metadata.
ContentTypeMetadata
// ContextTypeMetadata represents the context type for the metadata.
ContextTypeMetadata
// ContextTypeQuery represents the context type for the query.
ContextTypeQuery
// ContextTypeCookie represents the context type for the cookie.
Expand Down

0 comments on commit 0febb1b

Please sign in to comment.