How to authenticate user without auth:api middleware in laravel 5.3?

I have a public route that any user can access it. (/timeline). In this action if user is authenticated, I must show him if he has liked the post. If the route has auth:api middleware I can get