Support the ongoing development of Laravel.io →

879 Threads

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

How could I limit account creation from one IP?

On my website one of the main pages is where users must vote. So for avoid cheaters and duplicated a...

0 Likes
1 Replies

Can't write image data to path

Hi all, This is the error when i upload the file :Intervention \ Image \ Exception \ NotWritableExce...

0 Likes
2 Replies
Solved

Do laravel has default xss filter or need third party package?

Hi, Just want to know Laravel supporting default input data filter for xss or we need to add third p...

0 Likes
6 Replies

Login over SSL-Proxy

Hi, I try to login about an SSL-Proxy: https://www.ssl-account.com/heregoesmyadress but it don't wor...

0 Likes
1 Replies

[Package] Guardian: RBAC Package For Laravel 4.2

##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...

0 Likes
2 Replies

action() & link_to_action() creating non https urls

Hi, I'm using the action helper to create my links, but it's making http rather than https links. I...

0 Likes
0 Replies

Laravel 'remember me' for Facebook login

Hi guys, So I am aware that you can authenticate users using Auth::attempt() and setting parameter t...

0 Likes
1 Replies

Can't sign in anymore with new password after requesting new password

I've been doing this laravel course here https://www.youtube.com/watch?v=nSOPuYkllYQ Everything work...

0 Likes
5 Replies

Good Captcha packages anyone can recommend?

Good Captcha packages anyone can recommend?

0 Likes
1 Replies

Authenticating A User With Conditions (activating users by admin)

I need to let users resgister themselves through a form, and let them inactive users till, the Admin...

0 Likes
4 Replies

how to generate Laravel project to phar file?

I would like to generate Laravel project to phar file. Have any package for this? Thanks for your he...

0 Likes
2 Replies

Json Hijacking

Just ran across a discussion regarding Json hijacking. OWASP recommends: Always return JSON with an...

0 Likes
4 Replies
Solved

CSRF protection for GET?

Laravel automatically adds CSRF protection for all POST requests, but what's the best way to add CSR...

0 Likes
1 Replies

Auth::onceBasic() remembering authentication

I'm trying to do something similar to here, but not for an API: http://stackoverflow.com/questions/1...

0 Likes
0 Replies

Encrypting email for Eloquent user Auth

I have tried encrypting the email address (username) using mutators and accessors on the model for a...

0 Likes
3 Replies

What's the the best way to scope todo lists and todo items to a user? (unsure of correct terminology!)

I'm not sure if there's a specific term for what I'm trying to do -I think it's referred to as "...

0 Likes
4 Replies

How can i distinguish my user between other users?

I would like to make that when a user logs it could see other users, but this user can't modify pers...

0 Likes
1 Replies
Solved

Is this good to put in the constructor of the BaseController?

Is this good to put in the constructor of the BaseController? $this->beforeFilter('csrf', ['on' =...

0 Likes
4 Replies
Solved

Invalidate Auth Session.

Hi, I have an application that I must limit 1 auth session per user. For example, if user a user is...

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.

© 2024 Laravel.io - All rights reserved.