Questions tagged as 'acl'

1
answer

Access Permissions in Laravel 4

I'm developing a system in Laravel 4 based on Laravel's official tutorials and documentation. I have not seen anything related to (ACL) access permissions in Laravel. Knowing that my system will have several resources available, such as: New...
asked by 07.02.2014 / 13:46
1
answer

Using ACL in CakePHP

After searching a lot, I did not find a satisfactory answer. I would like your opinion and / or hint about using ACL in CakePHP. I've seen some plugins that "help" this issue, but I do not find it dynamic enough. Some say that doing "on han...
asked by 05.01.2015 / 20:34
1
answer

Error Undefined property

I'm getting the following error when clicking on permissions, button that directs to this controller: Error:    Undefined property: App \ Http \ Controllers \ RolesController :: $ role Controller: <?php namespace App\Http\Con...
asked by 26.04.2018 / 21:33
0
answers

ACL doubts with node.js!

I'm trying to implement Authorization (ACL) using the npm plugin "node_acl" in a Node.js application with express, I'm trying to implement as explained in the documentation .. however I'm having difficulty applying this in practice .. I have the...
asked by 18.08.2018 / 02:12
0
answers

ACL laravel by field

Is there any solution for access control by input ? Example: a given user can access a form but can not access a given field, another user can access the same form and have access to the field in question.     
asked by 13.04.2018 / 00:28
1
answer

ACL Laravel using ADMINLTE

Good morning. I'm using laravel 5.5 and adminlte. I implemented acl with middleware and I use can to test the permissions. I would like to put the can ('centrocusto') in the adminLte menu. Is not working. Has anyone done this? Do you know how...
asked by 15.11.2018 / 12:33
4
answers

Does anyone know a good ACL tutorial on Symfony 2? [closed]

I am starting a new project and I decided to use Symfony, I would like to know if anyone knows a good tutorial on acl and / or roles so I can implement it. The hierarchy I'm going to need to use is something like this:    Master > Compa...
asked by 29.01.2014 / 16:33
0
answers

User Permissions with CodeIgniter

I'm redesigning a system in CodeIgniter, I'm new to it, and I'm trying to load a function from my Controller that will check whether or not the user has access to such a resource / screen / etc. I'm using a TEXT field in the database w...
asked by 02.08.2018 / 19:36
1
answer

Using Voter with symfony 4

I'm learning Symfony 4 and am encountering a problem. In version 4 of Symfony the ACL has been discontinued and from what I've seen they are using Voter . I already researched the internet and the documentation but I'm lost, I can not und...
asked by 23.04.2018 / 04:56
0
answers

TinyAuth Cake 3

Create one module "Admin" in "plugins / Admin" tinyauth not work on my module admin. My AppController in module Admin - > plugin / Admin Error Users are not associated with Roles the relationship are correct public function initializ...
asked by 02.03.2018 / 14:26