public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...
Hi, Is there a way in 5.1 to use policies without having a logged in user? To give an example, I wou...
I am trying to implement facebook authentication using Socialite, and In my auth controller im getti...
Hi, I'm learning Laravel authentication and created authentication form using command php artisan ma...
Hi everyone, I'm building an application and if the session times out then a user submits the form,...
Hey guys i am newly working on Laravel. I am facing a problem regarding authentication. Its that whe...
The problem is with the default auth.basic functionality. A users' credentials pass when checking wi...
Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...
I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...
Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...
This is my form <form method="POST"> <div class="table-responsive">...
Hey there, I am new to laravel i have created laravel basic authentication using command line, ever...
Hello, I am using Entrust in my application for user permissions. It works fine in my controllers, f...
Hi, I am trying to use Lumen and JWT, following this tutorial: http://laravelista.com/json-web-token...
Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...
["remember_token"]=> NULL i have two guards in my auth the first one is "comp...
Hi everyone, i have just finished building the views for the admin pages but i want the user to the...
I've just updated to 5.2 and since then, I'm not able to log in. It takes my login and redirects me...
I am currently investigating an authentication bug in somebody else's application which occurred whe...
I followed the laracasts tutorial on Socialite. My ultimate aim is to connect to azure ad, but I wa...
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