@jsreport/jsreport-authorization
v4.2.0
Published
jsreport extension adding authorization capabilities
Readme
@jsreport/jsreport-authorization
**Manage and delegate user permissions on jsreport objects. **
See https://jsreport.net/learn/authorization
Changelog
4.2.0
- minimum node.js version is now
22.18.0 - add option to control if insert is allowed in the root for users with no explicit permissions
4.1.0
- create store indexes during schema creation
- fix inconsistency between permissions check for insert into folder when logged in as normal and user as group (from SSO)
4.0.1
- fix
visibilityPermissionspermission on folder not preserved if changes are made to grandchildren folders
4.0.0
- minimum node.js version is now
18.15.0 - update studio build against new webpack and babel
- add support for multi admin users
3.3.0
- refactor to use new methods collection.findAdmin, collection.findOneAdmin, reporter.adminRequest
3.2.2
- fix log about user's name
3.2.1
- changes to enable new
trustUserCodeoption - don't authorize modifying calls without users
3.0.2
- refactor ListenerCollection usage for better stack traces
3.0.0-beta.1
Adaptations for the v3 APIs
