-
Notifications
You must be signed in to change notification settings - Fork 114
Update roleGroup 87a3da4 #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
endpoint.roleRequired if used (meteor_roles) endpoint.roleGroup (default - 'default-group')
update add endpoint.roleGroup
|
Hey @fducom, Sorry for the insanely delayed response. If you'd like me to pull this in, please squash it down to a single commit, provide some tests to verify the functionality, and documentation in the README if you're up to the task. If I don't hear back from you after a while (and who would I be to complain 😛 ), I'll go ahead and take care of it. |
|
hello, so is current version supporting group?? |
|
It would be great if the |
roleGroup
Api.addRoute('getroleuser/:id', {authRequired: true, roleRequired: 'admin', roleGroup:'default-group'}, {
get: function () {