meteor-roles icon indicating copy to clipboard operation
meteor-roles copied to clipboard

Authorization package for Meteor, compatible with built-in accounts packages

Results 43 meteor-roles issues
Sort by recently updated
recently updated
newest added

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....

enhancement
good first issue

## 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)...

bug

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...

enhancement