Support the ongoing development of Laravel.io →

1,909 Threads

How to calculate in java a Bcrypt password compatible with Laravel

I have a system built in laravel and I have created an API. The problem is in Authentication. I have...

0 Likes
4 Replies

Password reset token not found in User table ?

I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...

0 Likes
3 Replies
Solved

Migrating users from L3 app to new L4 app

I am looking to refactor a current application running L3 to L4. After reading all these great books...

0 Likes
1 Replies

Authentication problems between twilio and my laravel 4 based api.

So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...

0 Likes
1 Replies

Authentication / cookies in one codebase, but multiple domains

I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...

0 Likes
0 Replies

Permissions - only show deep nested content in users group?

Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...

0 Likes
3 Replies

Auth::attempt with other parameters

I'm building the user auth for my app and I can see it's possible to send additional parameters to t...

0 Likes
1 Replies

Filter problem on Laravel 4

Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...

0 Likes
5 Replies
Solved
posted 10 years ago

Auth user if active=1

Hello! I have table users and have field active. I want make that if 'active'=1 => auth complete...

0 Likes
1 Replies

Authentication on a relation?

Hello there. I have a User table with a password, and People table with an email. User has a forei...

0 Likes
2 Replies

Collecting configs / Auth permissions

Hello guys, IIt is my first post at this community, I hope not last :) So to the point, I am buildin...

0 Likes
0 Replies

Not able to save authentication - Semi Laravel related problem with Internet explorer and localhost

Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...

0 Likes
3 Replies
Solved

How can I test that a route has a filter set?

If had the following call in my test: $response = $this->call('GET', 'user/profile'); how can I...

0 Likes
0 Replies

Best practice to prevent other users viewing/editing each other data

Hi all, I am new to Laravel and was wondering what would; be the best practice to prevent users edit...

0 Likes
0 Replies

CORS ORIGIN from mobile app

Pardon my newbie-ness, but I'm new to Laravel and developing RESTFUL APIs in general. I found docum...

0 Likes
5 Replies

Resource authentication and session data

In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...

0 Likes
2 Replies
Solved

Logout issue

if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...

0 Likes
2 Replies
Solved

Intranet help

Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...

0 Likes
3 Replies
posted 10 years ago

User change password method

Sounds silly, but how do I allow a user to change their password through the authentication driver?...

0 Likes
3 Replies
Solved

What will be the best way to extend Sentry2 user model?

Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...

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