Giter VIP home page Giter VIP logo

Comments (4)

palkan avatar palkan commented on September 28, 2024

the authorisation context doesn't get passed to the other policy (at least that's how it behaves)

Could you please provide an example?

Authorization contexts is passed to nested policies (see this test bacaa99).

from action_policy.

brendon avatar brendon commented on September 28, 2024

In this example: https://actionpolicy.evilmartians.io/#/writing_policies?id=calling-other-policies

Say the PostPolicy required an extra bit of context, and I supplied it in the current controller. The CommentPolicy can have access to that context (but doesn't need it), but when we call allowed_to? on the PostPolicy the context is lost. At least it seems that way from my testing.

Let me know if that makes sense. If not I can put together a code example.

from action_policy.

palkan avatar palkan commented on September 28, 2024

but when we call allowed_to? on the PostPolicy the context is lost

Hm, in that case an exception is raised (AuthorizationContextMissing); unless you specified allow_nil: true.

Could you share your policy classes? Or propose a PR with the failing test

from action_policy.

brendon avatar brendon commented on September 28, 2024

Thanks @palkan. I've made a failing test case PR: #37

Hope it makes sense :)

from action_policy.

Related Issues (20)

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.