Coder Social home page Coder Social logo

Some thoughts about logics about aacl HOT 2 CLOSED

banks avatar banks commented on September 1, 2024
Some thoughts about logics

from aacl.

Comments (2)

banks avatar banks commented on September 1, 2024

I made AACL to be flexible so that you can protect controller actions or models. I never for a second actually though you should do both!

For any page that relates to CRUD for a model, it makes no sense to define resources for both the controller action and the model!

So in you basic crud controllers they shouldn't be resources or at least the actions that directly correspond to model crud shouldn't.

The point of AACL is to provide tools to set up your app in a way where all rules can be auto discovered. You still have to choose which actions/model permissions need to be defined to fit the needs of your application.

Most ACLs either work on models OR controllers which is very limiting so AACL is different. With flexibility comes responsibility though: you have to make the rules make sense for your app rather than just make everything possible have a permission and then worry about it being unclear.

from aacl.

ckald avatar ckald commented on September 1, 2024

Thanks, you're right. I was just thinking to much about automatic extending of my system by modules (you need only to unzip module and check an option in admin area).

from aacl.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.