Skip to content

Commit

Permalink
Testing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipiadm authored and ipiadm committed Jul 15, 2020
1 parent 04a5607 commit dc5d4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/jwtmanager/jwtmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ type VouchClaims struct {
Username string `json:"username"`
Sites []string `json:"sites"` // tempting to make this a map but the array is fewer characters in the jwt
CustomClaims map[string]interface{}
PAccessToken string
PIdToken string
// PAccessToken string
// PIdToken string
jwt.StandardClaims
}

Expand Down

0 comments on commit dc5d4b6

Please sign in to comment.