meteor-roles
meteor-roles copied to clipboard
Authorization package for Meteor, compatible with built-in accounts packages
I upgraded from Meteor 2 with `[email protected]` to Meteor 3 with `[email protected]`. With the old package, where the roles were bound to the user object, calls to Roles.isUserInRole() worked reactively....
## Describe the bug TL;DR - My `Roles.getRolesForUser()` always returns an empty array (even on the server-side). Hi, I read the documentation and published it: `Meteor.publish(null, function() { if (this.userId)...
We're currently migrating our Meteor app from Meteor 2 to Meteor 3. It's been around a while, so it's still using alanning:roles 1.3.0. I saw that you have removed the...