fluree / db

Fluree database library
https://fluree.github.io/db/
Other
334 stars 21 forks source link

Refactor/policy identity #826

Closed bplatz closed 1 month ago

bplatz commented 1 month ago

This removes the old policy 'roles' fns. Roles are no longer part of policy.

fluree/query-connection (used by fluree/server) was broken because it was still relying on this. Removed remaining traces.

This also defaults identity-policy execution to default-allow? true.

This is based on PR #825