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

Add usage example for secured validated methods #263

Closed Didericis closed 4 years ago

Didericis commented 6 years ago

See https://github.com/alanning/meteor-roles/pull/248#issuecomment-405400363

SimonSimCity commented 4 years ago

@Didericis I would really appreciate it if you could also write an example of how to use your package using the branch v2 - which will then be the same for v3.

I would also know how your package differs from https://atmospherejs.com/tunifight/loggedin-mixin - which i currently use in one of my projects.