onepiecejs / nodejs-cantas

Cantas is a real-time collaborative web application. Official repository
Other
202 stars 134 forks source link

How to change the codes to use the local account? #44

Closed richard1353 closed 10 years ago

richard1353 commented 10 years ago

I've install the cantas, but I can't login. I don't like to use the google account in my internal network, so how to change the codes to login the cantas with the local db? Thanks!

xiaods commented 10 years ago

@richard1353 you need implement it by yourself. welcome give a patch. we use passport as auth framework, you can have a try.

richard1353 commented 10 years ago

OK, Thanks!