Refactor login lockout feedback/senan#78
Open
techguysenan wants to merge 118 commits intoHardhat-Enterprises:mainfrom
Open
Refactor login lockout feedback/senan#78techguysenan wants to merge 118 commits intoHardhat-Enterprises:mainfrom
techguysenan wants to merge 118 commits intoHardhat-Enterprises:mainfrom
Conversation
…ses,Common scam email domains or patterns,Common URL patterns and use of special characters
Co-authored-by: OKO8 <okoraforokechukwu@gmail.com> Co-authored-by: Pasindu P <99115820+dec1belPP@users.noreply.github.com>
Co-authored-by: Pasindu P <99115820+dec1belPP@users.noreply.github.com>
added space to bodyParserfrom
change to ES module
FEAT(spam): add spam checker
…ice/pasindu feat(ml-microservice): add /scan endpoint
… /api/feedback; tested with Postman and ensured data is saved to MongoDB successfully.
…ng, IP/device checks, and account lockout mechanism; update dependencies and add utility functions for IP handling and user agent analysis.
feat(ml+api): add FastAPI ML service, /api/reports endpoint, training pipeline & advice
Added full feedback backend, Implement enhanced login security features
Global Error Handler
Integrate FAQ backend: routes and seed data
…at-api feat: add screenshots
…ckup-codes Feature-Backup codes support for authentication flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR improves the authentication security and user experience by refactoring the login lockout mechanism.
Changes Made
Testing
Outcome
This improves backend security by preventing brute-force attacks and enhances user experience by providing clear feedback during login failures.