I'm building a RESTful api using Laravel that is serving an Ember js application.
I'm currently trying to implement oath-4-laravel but I'm not sure it will work for my proposes(to serve my js application).
I don't want to use ssl because of the overhead and basic authentication won't suffice. Tried to take a look at HTTP Digest but apparently it's not that safe.
This is my first time building a serious RESTful api and I'm a bit lost when it comes to this. So I'm looking for advice, maybe there's a better package for it or I will have to develop my own.
Thanks in advance.