The Auth migrations check the app/config/auth.php configuration file to see what Auth driver you have configured. It supports either "Simpleauth" or "Ormauth". Any other value is ignored, and these values are case sensitive.
As documented, you need to set this correctly before running the migrations.
You can check in your migrations table if it did run all Auth migrations. If so, run
php oil r migrate:down --packages=auth -v=0
to revert them all. Then make sure your configuration is ok, and re-run the Auth migrations.