I'm trying to create a mobile application which uses REST services to load and manage data (hotel information).
I'm using Laravel 4 as the framework for my REST services, along with Sentry 2 module for authentication.
As far as the backend is concerned, I've set up the models, migrations, routes, etc. with Laravel.
However, despite extensive searching, I'm unable to find any good tutorials on making the REST services secure with Sentry 2.
How do I ensure that only authorized users can call the web services?
https://cartalyst.com/manual/sentry/installation/laravel-4