Hi, I'm planning on creating a web app that different companies can sign up for. The app will use a...
Hello, I am creating my own package and i want to add Auth only for my package using a different tab...
Has anyone managed to implement their own password hash system using Sentry 2? If so, could you pos...
I have a system built in laravel and I have created an API. The problem is in Authentication. I have...
I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...
I am looking to refactor a current application running L3 to L4. After reading all these great books...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...
I'm building the user auth for my app and I can see it's possible to send additional parameters to t...
Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...
Hello! I have table users and have field active. I want make that if 'active'=1 => auth complete...
Hello there. I have a User table with a password, and People table with an email. User has a forei...
Hello guys, IIt is my first post at this community, I hope not last :) So to the point, I am buildin...
Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...
If had the following call in my test: $response = $this->call('GET', 'user/profile'); how can I...
Hi all, I am new to Laravel and was wondering what would; be the best practice to prevent users edit...
Pardon my newbie-ness, but I'm new to Laravel and developing RESTFUL APIs in general. I found docum...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community