Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
920 stars 164 forks source link

Make sure id is a string before querying users collection #324

Closed Floriferous closed 4 years ago

Floriferous commented 4 years ago

Potential issue if people use ObjectId instead of string ids. But I believe we can ignore that for meteor?

Closes #323

SimonSimCity commented 4 years ago

Added tests and merged into v2 and cherry-picked to v3. The changes are now released in v2.1.1 and v3.2.3