mikehale / radiant-url-login-extension
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Tue Feb 24 10:11:10 -0800 2009 | |
| |
Rakefile | Tue Jun 30 08:40:57 -0700 2009 | |
| |
app/ | Tue Feb 24 10:11:10 -0800 2009 | |
| |
autotest/ | Tue Feb 24 10:11:10 -0800 2009 | |
| |
db/ | ||
| |
lib/ | Tue Feb 24 10:11:10 -0800 2009 | |
| |
test/ | ||
| |
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}"
