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

Update authorization flow diagram #104

Closed nathanl closed 9 years ago

nathanl commented 9 years ago

... now that we've merged https://github.com/nathanl/authority/pull/90

nathanl commented 9 years ago

Made a small README clarification. I think that's good enough.