Support the ongoing development of Laravel.io →

1,899 Threads

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

New Confide (dev-huge-update) questions.

I'm wondering if anyone is using Confide (dev-huge-updates) that just came out a few days ago. It's...

0 Likes
0 Replies

Protect intended url

Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...

0 Likes
4 Replies
Solved

Searching database via URL params

I have a need to search the database of my site based on a URL. Since i am not near my local server...

0 Likes
3 Replies

Missing Class

I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...

0 Likes
1 Replies
posted 10 years ago

Can't login by Auth::attempt method

I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...

0 Likes
2 Replies
Solved

laravel4 ucenter

how to use the laravel4 ucenter? I can't connect to ucenter!

0 Likes
3 Replies

Register then Redirect to Intended Issue

I am trying to make it so if a user clicks on a protected link, they get forwarded to a login / regi...

0 Likes
2 Replies

Trouble with Auth::attempt()

Hey everyone, I'm having trouble with auth::attempt() and I'm not quite sure what to google. In chr...

0 Likes
1 Replies

Custom database library

Hi, I'm new in Laravel and I'm thinking about Laravel for my project. Laravel is great, but for data...

0 Likes
2 Replies

AdLDAP with CCovey's package, Auth::check() returns false after Redirect

Hi, I seem to login fine, i.e. Auth:attemp returns true, and within the controller itself Auth::chec...

0 Likes
1 Replies

Token authentication.

I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...

0 Likes
2 Replies
Solved

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.