Skip to content

Commit

Permalink
chore(tokens): temporary log unencrypted twitch data
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Aug 16, 2024
1 parent e2c0d87 commit 8c951ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/tokens/internal/grpc_impl/grpc_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func (c *tokensGrpcImpl) RequestUserToken(

c.log.Info(
"user token refreshed",
slog.Any("twitchResponse", newToken),
slog.String("user_id", user.ID),
slog.Int("expires_in", int(user.Token.ExpiresIn)),
slog.String("access_token", newAccessToken),
Expand Down

0 comments on commit 8c951ad

Please sign in to comment.