@xor677 This is how sanctum expiration works.
By default, Sanctum tokens never expire and may only be invalidated by revoking the token. However, if you would like to configure an expiration time for your application's API tokens, you may do so via the expiration configuration option defined in your application's sanctum configuration file. This configuration option defines the number of minutes until an issued token will be considered expired:
Check here: https://laravel.com/docs/10.x/sanctum#token-expiration