AVGP / cloud9hub

A workspace dashboard for Cloud9
97 stars 47 forks source link

Can we add Local Strategy to cloudhub? Any pointers to help me to do it.. #17

Open MezzLabs opened 9 years ago

MezzLabs commented 9 years ago

I would like local strategy(passport) so that I can store and point different logged in users to their private workspaces

AVGP commented 9 years ago

Hm, there is no problem in doing this. Do you wanna make a pull request adding this or do you need some guidance on how to implement this?

MezzLabs commented 9 years ago

I want to make a pull request. Thanks a bunch

MezzLabs commented 9 years ago

pointers would be fine too..

AVGP commented 9 years ago

That's super cool!

So here's a Gist with an example of multiple passport "strategies" at play and here's a full example project that shows Twitter and Local in action together.

The place where you should set it up is here and you'll need to put a link somewhere around here

If you run into any road blocks or questions, don't hesitate to ask here, I'll try my best to respond quickly and help you find a way :)

Thanks! :coffee:

AVGP commented 9 years ago

Hey there, just checking in - is there something I can help you with?

MezzLabs commented 9 years ago

I got it to work today. Spent some time understanding angularjs. I got confused for a while..Thanks a bunch and sorry for replying so late. I have also integrated it with together so that I don't have to refresh the workspace.

AVGP commented 9 years ago

Awesome - can you make a pull request with your changes?

I really appreciate your work and contribution!

MezzLabs commented 9 years ago

I will make a pull request.. You may have review my code. I am a bit of a novice in node.js..