I have integrated the Personal Access token for the API Users.
Also i have some third party users on my app. so i have created a tokens for them for long time expiration.
So how can i list the Token with their expiration date time in laravel
In guide i have seen method to get tokens for users
https://laravel.com/docs/8.x/passport#get-oauthpersonal-access-tokens
GET /oauth/personal-access-tokens
But it says Route 404 Not Found
So is there any way to list the Tokens of users as our clients wants every token to be listed with its expiration date and time.