Skip to content

Commit

Permalink
docs(readme): feathers 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Mar 31, 2023
1 parent 237a27d commit 0057929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It's based on [CASL](https://casl.js.org/) and is a convenient layer to use **CA

## Features

- Fully powered by Feathers 4 & CASL 6
- Fully powered by Feathers 5 & CASL 6
- Allows permissions for all methods `create`, `find`, `get`, `update`, `patch`, `remove`, or `create`, `read`, `update`, `delete`
- Define permissions not based on methods: `can('view', 'Settings')` (Bring your custom logic)
- Restrict by conditions: `can('create', 'Task', { userId: user.id })`
Expand Down

0 comments on commit 0057929

Please sign in to comment.