I am evaluating the Yahoo Browser Based Authentication Rails plugin for
use
in my web app. It looks like a good idea to make the signup process
easier
by using this plugin.
I see the following advantages for using it:
Less code
I don’t have to struggle with Acts As Authenticated or RESTful
Authentication plugins to get this functionality.
I can safely assume most of my customers already have an Yahoo
account.
I don’t know what information will be made available after the signup
process. Has anyone used it? Is it like Single Sign On? Does Google have
something similar? TIA.
Agreed, I don’t have a yahoo account and I would be less likely to sign
up if thats what it required.
You could easily roll your own authentication system very easily with a
simple before_filter in your application controller. & a registration
system is very simple once you setup your validations.
I don’t know what information will be made available after the signup
process. Has anyone used it? Is it like Single Sign On? Does Google have
something similar? TIA.
Even though Bala’s decided that Yahoo authentication is best offered as
a secondary option, I’d still like to know about the original
questions. Anybody know?
Even though Bala’s decided that Yahoo authentication is best offered as
a secondary option, I’d still like to know about the original
questions. Anybody know?
Ron
I posted this question on Yahoo’s ydn-auth group. I got very vague
answers and
links that I already have. Anyways, I got the RESTful authentication
working
and I have blogged the instructions here http://bparanj.blogspot.com/
It’s better not to have any dependency on Yahoo.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.