How do I get AuthLogic to skip Password validation?
Posted
by ndp
on Stack Overflow
See other posts from Stack Overflow
or by ndp
Published on 2010-05-25T00:23:05Z
Indexed on
2010/05/25
0:31 UTC
Read the original article
Hit count: 218
ruby-on-rails
|authlogic
I think I'm just missing something obvious. I send a user a perishable token embedded in a link. They click on it, and they come back to the site. I want to log them in automatically (I'm not building a banking app).
This seems like this should be simple, but all the examples I've found require a password. How do I skip this completely? I just seem to get UserSession.create
to work.
© Stack Overflow or respective owner