tarlepp / angular-sailsjs-boilerplate

'Boilerplate' for AngularJS + Sails.js
MIT License
307 stars 87 forks source link

Local/Social Login + Admin users with roles #115

Open jjgonver opened 8 years ago

jjgonver commented 8 years ago

I saw that this part of the project is not finished. Do you know when is scheduled?

Someone has finished something like this? Thanks.

tarlepp commented 8 years ago

Can't promise anything about this feature. Basically I haven't done anything major to this project for a while. but I'm always open for PR's.

jjgonver commented 8 years ago

Looking for this issue I see the sails-permissions ( https://github.com/tjwebb/sails-permissions ). Do you have experince with this one? This library, could be incorporated easily into this bolierplate? I think that sails-permissions is what I need to my app. Thanks.

tarlepp commented 8 years ago

Sorry but I'm not adding that repo to this boilerplate. Few reasons:

jjgonver commented 8 years ago

So, What do you advice me to have a 'Local/Social login + User administration with role system' with this boilerplate? Thanks in advance.

tarlepp commented 8 years ago

Basically things that are missing atm are following:

All else this project contains already. And user administration with local auth policy is trivial to do.