benoit-bremaud / HappiHub

HappiHub - A platform for organizing and discovering cultural and artistic events. Join the community and explore events happening around you!
https://www.happihub.com
MIT License
1 stars 3 forks source link

test: Implement Tests for Edge Cases in Password Hashing and User Data #228

Open benoit-bremaud opened 3 months ago

benoit-bremaud commented 3 months ago

Summary

This issue involves creating tests for edge cases related to password hashing and user data during the signup process. These tests are designed to ensure the robustness and security of the system under unusual or extreme conditions.

Context

Edge cases often reveal vulnerabilities or unexpected behavior in an application. By testing these scenarios, we can ensure that the password hashing mechanism and user data handling are resilient and secure. This includes handling maximum length constraints, special characters, and other unusual inputs.

Objectives

Acceptance Criteria

Tasks

Resources

UML Diagrams References

Branch Name

test/issue-number-edge-cases

Complementary Suggested Tasks