I have an old project using sha1 encryption. Now I want to upgrade it with laravel jetstream, how can I override the default laravel authentication system which is Auth::attempt() in order to match the user when logging in with sha1 on the database/
You have to rewrite the Hash module, to do this you can see this answer :