Support the ongoing development of Laravel.io →

1,910 Threads

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
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

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.