I'd like to use the Laravel auth module, but with something other than bcrypt (pbkdf2 perhaps). How do I go on about doing this? It seems like every minor version this changes somewhat, and I can't find exactly where Auth calls the bcrypt() function to hash the password.
I'd like Auth::check() (and wherever it's used) to use something other than bcrypt. This seems like it should be a fairly simple change. Is there a guide for Laravel 5.2 / 5.3?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community