Replace Laravel passport with sanctum in S-Cart 7

Laravel Passport provides a full OAuth2 server implementation for your Laravel application in a matter of minutes. Laravel Passport is included by default in versions of S-Cart from 7.1 and earlier, supporting building APIs.
However, because there are so many advanced functions in Laravel passport, sometimes it makes users confused, even confused while using. Most of the needs of ordinary users only stop at the API and authenticate the API. That's why we decided to replace Laravel passport with Laravel sanctum since S-Cart 7.2.
Details about Laravel sanctum here.
For S-Cart users, rest assured that you won't be troubled by this conversion. It only happens in S-Cart core, you still use the same S-Cart APIs as before. More detail here