It is perfectly fine to use Sanctum only for API token authentication or only for SPA authentication. Just because you use Sanctum does not mean you are required to use both features it offers.
で only for API token authentication と only for SPA authentication になっています。
https://readouble.com/laravel/7.x/ja/sanctum.html#how-it-works
Tip!!
内にとあります。
APIトークン認証だけを使う場合
が2回書かれているので片方はSPA認証だけを使う場合
だと思います。原文は
で
only for API token authentication
とonly for SPA authentication
になっています。