mikehale / radiant-url-login-extension

Log the user in with a secret token in the url and optionally redirect them to a specified page.

This URL has Read+Write access

name age message
file README Tue Feb 24 10:11:10 -0800 2009 initial commit [mikehale]
file Rakefile Tue Jun 30 08:40:57 -0700 2009 fix tests to work with 0.8 [mikehale]
directory app/ Tue Feb 24 10:11:10 -0800 2009 initial commit [mikehale]
directory autotest/ Tue Feb 24 10:11:10 -0800 2009 initial commit [mikehale]
directory db/ Loading commit data...
directory lib/ Tue Feb 24 10:11:10 -0800 2009 initial commit [mikehale]
directory test/
file url_login_extension.rb
README
= Url Login

Log the user in with a secret token in the url and optionally redirect them to a specified page.

== Example

login_link = "http://#{APP_DOMAIN}/login/#{user.create_token!}/#{'someurl'.encode}"