nathanl / authority

*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
MIT License
1.21k stars 67 forks source link

Anyone have a good implementation of Authority with JSONAPI::Resources? #123

Closed adambedford closed 7 years ago

adambedford commented 7 years ago

Some examples would be great. There are a couple of solutions out there that integrate Pundit with JSONAPI::Resources, but something for Authority could be very useful!

nathanl commented 7 years ago

Authority is now unmaintained - see README.