diff options
| author | Teddy Wing | 2015-12-26 12:59:36 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-26 12:59:36 -0800 |
| commit | dca7d69c7f1f937c36cb15dd2b31fbe3a8e95d58 (patch) | |
| tree | 67a569f785158f0670fb55f0e277ed2d0b95ab77 | |
| parent | 18e13e1c5ca26031451cf583ee93c2db01bded3d (diff) | |
| download | Ruby-Web-Sessions-Exercise-dca7d69c7f1f937c36cb15dd2b31fbe3a8e95d58.tar.bz2 | |
README: Add a note about this exercise's origin
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ Session Exercise ================ This is an exercise designed to help illustrate how sessions can facilitate -authentication on the web. +authentication on the web. It was written for one of my students at [The +Firehose Project](http://www.thefirehoseproject.com/). Fill in the route blocks in `app.rb` such that POSTing the accepted user credentials to '/' log the user in using the session, and display the logged in |
