How to create a two-user authorization in Meteor

I’m creating an app similar to workpop. But I want a two way authorization that lets employers post the jobs and employees access/apply for jobs. Are there any packages that helps me do this? Or any posts that can help me find some description to do it on my own. Basically I want a ‘login as employee’ or ‘login as employer’ kind of thing.

Hello,

You can find several packages here https://atmospherejs.com/packages/roles

A user is a user. If they have different roles, give them different https://github.com/alanning/meteor-roles