Skip to content

v0.8.0

Compare
Choose a tag to compare
@rschef rschef released this 29 Oct 18:09
· 79 commits to master since this release

Breaking Changes

  • context_field_authorized? and field_authorized? removed, field authorization now uses has_context_access? with rules

Enhancements

  • Add custom credo rules

Field authorization middleware:

  • Add meta :rule
  • Use source struct and scope_by for scoping
  • Unify all scope functions in Rajska (no more context_field_authorized)
  • Implement scope_field_by option

Object authorization middleware:

  • Implement scope_object_by option