Working with a project that uses OAuth user registration through GitHub. Everything is working fine...
folks, I have an issue with Authentication module. I'm able to login using Auth::attempt(), but when...
I am having an issue logging in using Auth::attempt. public function postLogin(){ $username = Input:...
Hi. When I login to Navicat and try to add a new user to access a specific database, I cant seem to...
hi all, i'm developing an app that uses resourceful controller. Every users has some resource to man...
Hey guys, im doing this here: Auth::attempt(array( 'email' => Input::get("email"), 'pas...
Dear people, I am developing a multiple user web application. My concerns are about the security. I...
I am not sure if it is the lack of sleep or knowledge, but here is what I am trying to do. In the Au...
Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have...
I'm currently working on a web application that is a subdomain of another website. My app's parent d...
I have a conditional to check whether a user is authorized to sign in. I am passing an array of prop...
Hi, In my system I have a main database where is a "users" tabel and for each user I have...
Hello, I am new to laravel i don't know much about it but i want my script to redirect to a specifie...
I'm trying to do a stateless basic authentication before on a group of routes. see http://laravel-re...
Hey, so I'm trying to password protect access to my development site, and doing what I've done befor...
Hi - I've got this in app/session.php: 'lifetime' => 5, I'm using Cartalyst Sentry for authentic...
I am trying to figure out the best way to ask this question. I am building an app and know how to ea...
Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...
hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...
The client wants users to be able to login using their email addresses and password, so I can use th...
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