Support the ongoing development of Laravel.io →

1,910 Threads

Authentication work, but not everywhere

Hello guys, on my Laravel project I'm using the LdapAuth made by Ccovey. The authentication work cor...

0 Likes
0 Replies

Auth over ssl fails

Hi I have a very strange issue. I have recently been trying to add an ssl cert to my site, and when...

0 Likes
1 Replies

Trouble reseting password hash

I'm implementing authentication on a project using Laravel tools. The authentication part is fine, b...

0 Likes
2 Replies
Solved

[HELP] User must implement Remindable interface

I use database driver and I am getting this error while doing a POST to /password/remind . Any idea...

0 Likes
3 Replies

external authentication

Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...

0 Likes
1 Replies
Solved

How to change home page based on login details.

Hi, I would like the home url to change depending on the user logged in i.e. example.com would be st...

0 Likes
1 Replies

Sentry 2 authenticates without matching case

I changed login attribute to "first_name" instead of email, so now when I attempt to authe...

0 Likes
8 Replies

laravel 4 authentication always returns false

My laravel 4 authentication always returns false. So far I have tried to make an authentication syst...

0 Likes
8 Replies
Solved
posted 10 years ago

Auth::login

Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...

0 Likes
1 Replies
Solved

Undefined index: password

Hey, i am making an authentication page, and this is the controller public function postSignIn() {...

0 Likes
3 Replies
Solved

auth filter not working - restful controller

Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...

0 Likes
2 Replies
Solved

Filter in Controller.

Hi, this works fine // route.php Route::get('nuovo-utente', array('before' =>'guest','as'=> 'u...

0 Likes
0 Replies

Logout problem, Auth::check() still returns true after Auth::logout() and Session::flush() call.

Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...

0 Likes
2 Replies
Solved

redirect to login

I have an admin area (previously) using auth basic. Route::group(array('prefix' => 'admin', 'befo...

0 Likes
2 Replies
Solved

Laravel and Sentry Check if a user has access to direct

hello friends I find myself working with laravel and sentry, my situation is this: I'm working permi...

0 Likes
2 Replies

how to handle authentication for api of android and iphone apps

I found how to perform verification of users while they are registerd to the site, simply sending th...

0 Likes
0 Replies

Check logged in status with JavaScript

Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...

0 Likes
3 Replies
Solved

[Package] Artisan-Hash

I needed a simple way to hash and check passwords, so I built artisan commands that basically wrap L...

0 Likes
0 Replies

How to login users immediately after registration

I have the following to create a new user (http://laravel.io/bin/nyYRl). However, I would like to im...

0 Likes
3 Replies
Solved

how to check user authentication is online/offline?

I want to check which users is online or offline. Pl help.

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.