I have implemented a simple Service that tries to authenticate user, I just doubt that there is some...
hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...
Hello! I am making an app with laravel 4 and I should do login with google account. I have successfu...
Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...
I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...
After auth when getting user i need to exclude all values except needed, hot to do this? Tried somet...
Just starting out with Laravel and I've come across a weird problem when I try to log a user out (co...
Seeing the latest changes of the User Model and User Authentication in the latest versions of Larave...
Dear friends, I'm a few lost with the password reset and reminder in Laravel new versions. When (wic...
Dear friends, I'm using one PROFILE model related with the USER Model. When I authenticated one user...
I have installed ccovey/ldap-auth and am trying to get that hooked up. I have the config set up corr...
I'm implementing authentication on a project using Laravel tools. The authentication part is fine, b...
Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...
My laravel 4 authentication always returns false. So far I have tried to make an authentication syst...
Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...
Hey, i am making an authentication page, and this is the controller public function postSignIn() {...
Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...
Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...
I have an admin area (previously) using auth basic. Route::group(array('prefix' => 'admin', 'befo...
Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community