this seems interesting but i do not want it with twitter. you should make it open with your login system and give the option to connect twitter, or to choose what service to use, yours or twitter.
You should look into the rails gem 'devise' if you're not already. It comes built in with everything you need for login, like account creation, passwords encrypted with bcrypt, forgotten password reset. And it also works with oauth login so it'll still support twitter.
Comments
this seems interesting but i do not want it with twitter. you should make it open with your login system and give the option to connect twitter, or to choose what service to use, yours or twitter.
we'll implement other signup options, you're right. twitter connect is fast and easy, it's why we began with it. thx!
You should look into the rails gem 'devise' if you're not already. It comes built in with everything you need for login, like account creation, passwords encrypted with bcrypt, forgotten password reset. And it also works with oauth login so it'll still support twitter.