In this tutorial I have show how to use the Laravel 5 middle ware to validate the access token from a user and only then return the data request to the user.
It is the most common requirement where a user will register and generate his user credentials. And then he can access your site's api using the credentials using oauth based on access tokens.