I need a hint on which is the best way to make a good login on Ruby on Rails, using webservices with SOAP protocol to validate the user and password.
Any help will be appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean that you would like to either use a standard user and password system and, in addition, log the user in through external APIs (like Facebook Connect or Twitter API), I’d definitely use devise with OAuth. There’s plenty of tutorials to do this, for example with facebook, and there are even specific gems, for example for Twitter and for Facebook. Another way could be to use devise with Janrain (formerly known as RPXnow), which provides an unique interface for a lot of web services (among which again Facebook and Twitter, but also Google, Yahoo!, Flickr, AOL, etc.). And of course there’s a gem to integrate devise with RPX.