Add CheckUserPassword Method to DbPort Interface #71
Labels
Be
enhancement
New feature or request
refactor
Improvements or restructuring of existing functionality
security
Identification or resolution of security concerns
The DbPort interface in
internal/application/infrastructure/port/repository/db.go
needs to be updated to include a new method, CheckUserPassword. This method will check the password of the given user.The new version of the code:
The changes will be merged into the
enhance/team/66/implement-password-validation
branch first. Therefore, set the base branch of the pull request asenhance/team/66/implement-password-validation
.The text was updated successfully, but these errors were encountered: