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

Security fixes #1188

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

Security fixes #1188

wants to merge 1 commit into from

Conversation

AdityaShah7867
Copy link

Added login page validation with captcha and also added rate limiting .

Hidden mongodb id so that it doesnt get exposed.

@AdityaShah7867
Copy link
Author

Fixes Implemented:

  1. Register Page:

Resolved issues on the registration page to improve validation and user experience.

Enhanced error handling to provide users with clearer feedback on form input errors.

  1. Login Issue:

Addressed a bug causing intermittent login failures.

Improved token handling to ensure a more consistent login experience across different sessions.

  1. Encrypted MongoDB ID Exposure:

Fixed a security vulnerability that exposed encrypted MongoDB Object IDs in the frontend.

Adjusted API responses to return a non-identifiable reference, enhancing data security and preventing potential ID leaks.

Additional Notes:

Tested for regression issues to ensure no disruptions in authentication flow.

Updated relevant documentation and code comments for maintainability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant