Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc.go
  • Loading branch information
ecrupper committed Feb 21, 2023
commit 92ec038f66405f55fbb60dcf3d67e9d7e4b92429
4 changes: 2 additions & 2 deletions router/middleware/claims/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// Use of this source code is governed by the LICENSE file in this repository.

// Package user provides the ability for inserting
// Vela user resources into or extracting Vela user
// Package claims provides the ability for inserting
// token claims resources into or extracting token claims
// resources from the middleware chain for the API.
//
// Usage:
Expand Down