Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit cec0e67

Browse files
committed
update readme
1 parent 93cf4b5 commit cec0e67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ yarn add objection-authorize # or
100100
npm i objection-authorize --save
101101
```
102102

103-
Note that Objection.js v1 support was dropped on the v4 release of this plugin, so if you need support for the previous version of the ORM, use v3 of this plugin!
104-
105-
In addition, please respect the peer dependency version of Objection.js (currently it is 2.2.5 or above) as this plugin has to account for bugfixes in the base ORM!
106-
107-
And you can install [@casl/ability](https://github.com/stalniy/casl) as your authorization library. Note that only `@casl/ability` of version 4 or above is supported.
108-
109103
For now, only `@casl/ability` is supported as the authorization library, but this plugin is written in an implementation-agnostic way so that any AuthZ/ACL library could be implemented as long as the library of choice supports _synchronous_ authorization checks.
110104

111105
## Changelog

0 commit comments

Comments
 (0)