Laravel Gates and Policies in an API Driven SPA

Originally published at: Laravel Gates and Policies in an API Driven SPA - Server Side Up

Laravel provides some awesome authorization features called gates and policies. We show you how to use these in an API Driven application.