Yes, you could use it in combination with Sanctum to generate api access tokens. Which is the simplest option, otherwise you're looking at Laravel Password and more complex Oauth.
Check out [everware/laravel-fortify-sanctum](https://packagist.org/packages/everware/laravel-fortify-sanctum). That makes Fortify return Sanctum access tokens on login.