All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Use exponential backoff when checking whether to unrestrict connection
- Update dependencies and github URL
- Support restricting multiple groups at once
- Fix "Error: TypeError: undefined is not an object (evaluating 'r.roles[i.group]')"
- Add check to avoid common error when first connecting (#2)
isUnrestrictedFromPublish
- server-side didn't check userId correctly, so
getRolesForUser
was coming back empty
- add
unrestricted
option touserIsInRole(user, roles, group, {unrestricted: true}
Initial release