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/
Asked
Active
Viewed 450 times
1 Answers
0
You have to rewrite the Hash module, to do this you can see this answer :

Nadjib Khelifati
- 539
- 4
- 9