Skip to content

Commit

Permalink
remove start of token logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Dec 16, 2024
1 parent 6966083 commit 5d386bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/reverse-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const proxyOptions = (api) => ({
}
try {
const token = req.headers.authorization.replace('Bearer ', '');
log.debug(`Validating token: ${token.substring(0, 10)}...`);
const validationResult = await validateToken(token);
log.info('Validation result:', validationResult);
const requestTime = Date.now();
Expand Down

0 comments on commit 5d386bf

Please sign in to comment.