-
Notifications
You must be signed in to change notification settings - Fork 1
auth jwt security fixes #45
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
Conversation
- Add JWT algorithm validation to prevent algorithm confusion attacks - Fix email claim validation in token validation - Remove debug fmt.Println() from user storage - Improve security error logging Fixes critical JWT security vulnerabilities in auth service
mrasif
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check that comment only else looks finr
|
@mrasif check please. Test case is failing. Create an issue and assign to yourself or me |
|
@samims, I don't think we need to create issue for test case failure, It should be fixed in the current PR itself. Check the logs of GitHub actions, you will get to know the reason. Logs: https://github.com/samims/hcaas/actions/runs/16859216987/job/47756846995?pr=45 |
well it's not. Please have a look |
|
@samims All test passed! |
No description provided.