I'm using this
https://github.com/tappleby/laravel-auth-token
Its pretty straight forward to implement. The client just needs to pass in X-Auth-Token in the header for every page that requires authentication. Then that package takes the users hashed token, and gets gives the necessary User model to Auth
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community