You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add the bcrypt logic to hash and validate the PASSWORD at the model only . This way we can define two new functions for the validation and hashing part . They are being defined as methods and now we can call them directly .
BENEFITS:
less code in the controller section .
code modularity
easy to comprehend
Add ScreenShots
Record
I agree to follow this project's Code of Conduct
I have starred the repository
I'm a gssoc-24-extd contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
Describe the feature
I want to add the bcrypt logic to hash and validate the PASSWORD at the model only . This way we can define two new functions for the validation and hashing part . They are being defined as methods and now we can call them directly .
BENEFITS:
code modularity
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: