https://github.com/E-Edu/user/blob/7cd9e9f05bb156bfc7717d2480852e3b4317a4a1/service/usecases/signup.py#L37 We'll send password hashes to the backend - so the check won't do anything. We could implement a regex for the hash algorithm to validate the input
https://github.com/E-Edu/user/blob/7cd9e9f05bb156bfc7717d2480852e3b4317a4a1/service/usecases/signup.py#L37
We'll send password hashes to the backend - so the check won't do anything. We could implement a regex for the hash algorithm to validate the input