Support the ongoing development of Laravel.io →

1,917 Threads

Laravel 5.3 Add Validation rule to login and password reset

I am stumped on how to add a custom validation rule to the login controller and forgot password cont...

0 Likes
0 Replies
posted 10 years ago

Authenticate against system that checks credentials remotely

I have created my own auth provider. The trouble is that I have to auth against a remote system via...

0 Likes
2 Replies

How to access Facebook user id in another controller?

I'm using Socialite plugin for facebook login. I want to use facebook id, in my AppController. How t...

0 Likes
1 Replies

Laravel authentication errors

So i have some problem with laravel 5 login authentication.I'm have try everyway but the only result...

0 Likes
1 Replies

Laravel 5.x CustomHash

im doing it for learn about make changes in the hash/encriptions methods creating my own because som...

0 Likes
0 Replies
posted 8 years ago

Log in asking for login in on every screen in 5.3

I updated to 5.3 and am having a great deal of trouble. The major problem is that everytime I got to...

0 Likes
10 Replies

authentication to an Angular 2 app.

Hey there guys! I’ve been using Angular 2 ''HTTP requests in Angular 2 apps'' tutorials to help me s...

0 Likes
0 Replies

User Roles on differents spaces

Hello, I would like your idea about a problem I have. My application has Users who have Roles and Pe...

0 Likes
0 Replies
posted 8 years ago

The user doesn't keep logged in after successful login

Hi, I'm having an issue with my authentication setup. I have tested with some Log::info(), the user...

0 Likes
1 Replies
Solved

Global scope authorization

Hello. I am building a social website where users can block each other. What I'm trying to achieve i...

0 Likes
2 Replies
Solved

Ajax request with middleware auth

Hi, Just need some help, I have a problem getting the appropriate flow of authentication I want. So...

0 Likes
3 Replies

Make:auth missing

I ran composer update. and when i try to run make:auth. its no in the list of available commands. ED...

mrmonteith liked this thread

1 Likes
0 Replies

Hashing passwords on client side before sending to server in laravel 5.1

I am working on an application where user fill login form and submit then one array send to server b...

0 Likes
0 Replies

Why is changing the password hashing function not a simple one line change?

I'd like to use the Laravel auth module, but with something other than bcrypt (pbkdf2 perhaps). How...

0 Likes
0 Replies

I want Free Email service for laravel 5!

Hi,I want Free email smtp service for Laravel 5.2 If you know some,Please introduce to me! I want th...

0 Likes
3 Replies
posted 8 years ago

Laravel 5.3 Auth Middleware, redirect guests.

I'm using the Auth scaffold in Laravel 5.3 and I've changed the routes for the auth. So instead of /...

0 Likes
2 Replies
Solved

Laravel + VueJS: How to deal with login and requests

Hi, so I just started updating on of my applications but I'm stuck at a point. Let's give you guys s...

0 Likes
2 Replies

Log out a user during a test

When writing tests, I can be a user: $user = User::find(1); $this->be($user); But, for a few tes...

0 Likes
5 Replies

MD5 Encrypted Database Connection to PostgreSQL

Hi All, I have a postgresql database with md5 authentication enabled. I can login to my database fro...

0 Likes
1 Replies

Custom authentication guard not working

Hello, I have an application with several custom guards. Today I needed to create another one called...

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

© 2025 Laravel.io - All rights reserved.