runlinenl / nova-profile-tool

This package adds a tool for Laravel nova to let a user manage their profile data
MIT License
37 stars 40 forks source link

\Hash::make or nothing at all #13

Closed stoutZero closed 3 years ago

stoutZero commented 5 years ago

Please don't use bcrypt, my apps have moved on to argon, so packages using bcrypt
are just unusable.

Or, just don't hash at all, I'm handling password encryption in a model observer anyway.

Regards.