Does sanity hash passwords of users or stores them as they are, in my prev project with mysql I used bcrypt to hash passwords of users, should I hash them here? for safety
Bassir Answered question March 9, 2023
I guess you need to handle it by yoursel.
check this doc to find more about it:
Bassir Answered question March 9, 2023