Skip to content

Commit

Permalink
Merge pull request #4 from Loupeznik/hotfix/1.0.1+1
Browse files Browse the repository at this point in the history
remove unsafe debug print statement
  • Loading branch information
Loupeznik authored Apr 2, 2023
2 parents 7a98eb3 + b204f7d commit e860547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func (s *AuthService) IssueToken(credentials models.Login) (string, error) {
},
}

fmt.Println(s.config.JsonWebKey)

token := jwt.NewWithClaims(jwt.SigningMethodHS256, claims)
result, err := token.SignedString([]byte(s.config.JsonWebKey))

Expand Down

0 comments on commit e860547

Please sign in to comment.