Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Improve JWT error logging for better debugging of authentication issues #5885

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ogabrielluiz
Copy link
Contributor

This pull request enhances the error logging for JWT validation failures by providing more specific debug messages. Instead of a generic error message, it now logs a detailed message indicating whether the failure was due to an invalid token format or signature, which will aid in debugging authentication issues more effectively.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 23, 2025
@github-actions github-actions bot added the refactor Maintenance tasks and housekeeping label Jan 23, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer refactor Maintenance tasks and housekeeping size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants