Support the ongoing development of Laravel.io →

1,917 Threads

posted 8 years ago

Fully remove email from auth.

Is there an easy way to fully remove email from the authorization? It doesn't matter if I can't use...

0 Likes
0 Replies

CSRF not updating on very next request

I've noticed that If a user posts a form, is then redirected back to the same page and tries to post...

0 Likes
1 Replies

Custom validateCredentials logic

Hi there, I'm quite new in Laravel since I've started learning it a couple of months ago. I managed...

0 Likes
5 Replies
Solved

Jwt authentication error in laravel 5.2

I use tymon/jwt-auth package for authentication in laravel 5.2 framework But when i run my login api...

0 Likes
1 Replies

how to refresh jwt token in laravel5?

How to refresh the JWT token when it expires the ttl. I want the new token should be generated once...

0 Likes
2 Replies

Laravel 5.1 + Entrust - Extra permission, which not belong to role

Good day! I was Googling a few hours but I can't find any information about how to extend Zizaco Ent...

0 Likes
2 Replies

problem in using Auth::attempt() function

i am making a login form. i have made the form.data is getting passed using login but when i use if(...

0 Likes
0 Replies

Laravel 5.2 api login error

Hi All, I'm using laravel 5.2 to develop an api When trying to login using Auth::guard('api')->a...

0 Likes
0 Replies

How to log in as another user at the same time.

I have a users table with an is_admin column. I need an admin to be able to log in temporarily as a...

0 Likes
4 Replies

please can anyone solve my problem

i am deepak sharma.i am new to laravel 5.2. i am creating login,registration,and log out panel manua...

0 Likes
5 Replies

Testing with Entrust

Hello everybody, I'm quite new to Laravel, and I would like to start testing an application I'm writ...

0 Likes
0 Replies

Unresolvable dependency resolving [Parameter #3 [ <required> $emailView ]]

Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...

0 Likes
0 Replies

Policy not working, God knows why...

I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...

0 Likes
0 Replies

Auth::attempt() always fail (using Database) in laravel 5.2

AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...

0 Likes
0 Replies

default password reset of authentication not working (Expected response code 220 but code "", with message "")

i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...

0 Likes
0 Replies

laravel 5.2 multi auth and laravel localization, auth not working

Can you help me with this question, http://stackoverflow.com/questions/38673593/laravel-5-2-multi-au...

0 Likes
0 Replies

Hashing passwords on client side before sending

Hello everyone, it's my first time posting here, so I would love to welcome everyone. I really like...

0 Likes
3 Replies

Hyperlink to authenticated page not working from MS Word / Excel

Hi, Let's say I have a basic Laravel web application, like the one from the Intermediate Task List q...

0 Likes
1 Replies

Why do the password submission require password_confirm on backend?

I noticed that the standard validation / signup things with Laravel use a password field and a passw...

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

© 2025 Laravel.io - All rights reserved.