Search code examples
meteoraccountuser-accounts

How to ban people with Meteor accounts?


I'm working on a chat app with Meteor and I want to be able to ban people. I have Meteor accounts-ui installed but I don't really know where to go from there. Does anybody know how to set up a blacklist of some sort to ban people from my website?


Solution

  • I've found this two packages on atmosphere, maybe they can help you to do what you want.

    Roles: Role-based authorization, compatible with Meteor's built-in accounts packages. Includes example app, unit tests and online API docs.

    Groups: Simple system for authorization groups.