psecio / gatekeeper

Gatekeeper: An Authentication & Authorization Library
367 stars 23 forks source link

Investigate integration of Symfony Expression Language for policy evaluation #11

Closed enygma closed 9 years ago

enygma commented 9 years ago

One request from users is to have a way to say "this user has access to [this object] instance". I believe some kind of policy system is a good answer to this and think the Symfony Expression Language functionality might be a good (and more standardized) method to handle it.

Expression Language Documentation Jonathan Wage's article about it

enygma commented 9 years ago

Work has started on this in the branch policy-expression-lang https://github.com/psecio/gatekeeper/tree/policy-expression-lang

enygma commented 9 years ago

work completed and docs updated...now for a blog post about it!