elquimista / redux-cancan

An authorization utility for Redux, inspired by cancancan gem for Ruby on Rails.
MIT License
1 stars 0 forks source link

Rewrite to use CASL? #1

Open stalniy opened 6 years ago

stalniy commented 6 years ago

Hi there,

I'm just wondering whether you would like to use casl to achieve your goals.

This library implements cancan for JavaScript in isomorphic way + a bit more. This will allow to expand functionality of redux-cancan.

Also I plan to publish a new article about Casl integration in React application but for now I think it may be interesting to check articles about Vue:

I'm the author of this library, so feel free to ask questions if any.

Looking forward for productive collaboration!

elquimista commented 6 years ago

Hi. I'll check casl this weekend. Thanks for commenting.

bitflower commented 6 years ago

Any progress/decisions on this approach?