In the web.php when login in with github you should generate a random password with something like Str::random(20) just for protection.
In the web.php when login in with github you should generate a random password with something like Str::random(20) just for protection.