binarylogic / authlogic_example
- Source
- Commits
- Network (63)
- Issues (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7a8f30b
commit 7a8f30b51fca4d8b3c2514742be29bece771aa54
tree 5056357a1d786017e015e0d80d2b75fe9719b5a1
parent 45c619766bacb06101df0bff0cf8d1340d4314d0
tree 5056357a1d786017e015e0d80d2b75fe9719b5a1
parent 45c619766bacb06101df0bff0cf8d1340d4314d0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 19 13:05:22 -0800 2008 | |
| |
Capfile | Mon Nov 03 10:13:29 -0800 2008 | |
| |
README.mdown | Mon Dec 01 13:05:45 -0800 2008 | |
| |
Rakefile | Mon Nov 03 09:48:56 -0800 2008 | |
| |
app/ | ||
| |
config/ | Mon Nov 24 13:09:04 -0800 2008 | |
| |
db/ | ||
| |
doc/ | Mon Nov 03 09:48:56 -0800 2008 | |
| |
public/ | Mon Nov 03 09:48:56 -0800 2008 | |
| |
script/ | Mon Nov 03 09:48:56 -0800 2008 | |
| |
test/ | Mon Dec 01 13:05:45 -0800 2008 | |
| |
vendor/ | Thu Nov 20 12:49:29 -0800 2008 |
README.mdown
Authlogic Example App
This is an example of how to use Authlogic in a rails app. Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
- This application live: http://authlogicexample.binarylogic.com
- Basic setup tutorial: http://www.binarylogic.com/2008/11/3/tutorial-authlogic-basic-setup
- Reset passwords tutorial: http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic
- Open ID tutorial: http://www.binarylogic.com/2008/11/21/tutorial-using-openid-with-authlogic
- Authlogic: http://github.com/binarylogic/authlogic
Copyright (c) 2008 Ben Johnson of Binary Logic, released under the MIT license


