Support the ongoing development of Laravel.io →

1,557 Threads

Official Facebook SDK vs Opauth

Which is best solution for facebook login? Can someone help me?

0 Likes
0 Replies
posted 10 years ago

Authenticated users not remembered during session

After a succesful Auth::attempt a user is supposed to be logged in for the entire session, correct?...

0 Likes
2 Replies

Help! newbie in laravel 4..

I am following a tutorial in phpacademy... I'm using ubuntu. I got an error : "Error in excepti...

0 Likes
2 Replies
posted 10 years ago

Authentication attempt not "saving" per se

I'm having issues with Authentication where after Auth::attempt()ing someone and have it return true...

0 Likes
4 Replies

AndreasLutro...

[ user temporarily banned for post content ]

0 Likes
0 Replies

Hitting a route without refreshing session?

I have an ajax function that polls every 5s to see if a user's session has expired and will redirect...

0 Likes
0 Replies

Frontend / backend authentication

Hi all, I'm developing an application consisting of frontend and backend part. I want to have the tw...

0 Likes
1 Replies
posted 10 years ago

[OAuth] Login with Facebook via OAuth-4-laravel package

Hi all, I would like sign in users with facebook in my website. So i use the OAuth-4-laravel package...

0 Likes
1 Replies

Why Auth does not support in mobile browser?

I have a site that developed by laravel nahid.co. In desktop browser it work properly but when I try...

0 Likes
4 Replies

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies

Password reset function

Hello all, I tried implementing my own version of the Laravel password reset functionality. The main...

0 Likes
2 Replies

Different types of users

Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...

0 Likes
3 Replies

Auth, query scopes and whereHas() do not work together

i have set up users and roles table with a pivot table and i need to check, if logged user has admin...

0 Likes
0 Replies

Reminder email not being sent

Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...

0 Likes
3 Replies

Basic routing question for get & posts to a controller

Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...

0 Likes
5 Replies

Authentication by Email OR UserName

if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...

0 Likes
3 Replies

Problem with laravel authentication panel

Hello. I am new in laravel 4 framework. I was following steps of tutorial http://www.codeforest.net/...

0 Likes
2 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.