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
921 stars 166 forks source link

Docs: Groups renaming to scopes #287

Closed jonlachlan closed 4 years ago

jonlachlan commented 4 years ago

I don't use the package.

v1 docs: "The roles package calls these independent sets, "groups" for lack of a better term." v2 docs: "The roles package calls these independent sets "scopes" for lack of a better term."

Both: "Although the name of this package is roles , you can define your roles , groups or permissions however you like."

Apparently a scope(-group) is used to specify a domain, e.g. url or arbitrary category, for which the roles should apply. Hopefully the docs make this clear for the v2 transition.