I've set up the laravel passport and created clients. When clients make a post request to my application using it api, all they send is the bearer access token along with the post values.
Is there any way I can get the client id of the consuming application when they submit the post request simply from the bearer token.
Or is it entirely safe for the consuming application to send their client id along with the post fields?