aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-12-13 14:28:39 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-12-13 14:28:39 +0100
commita890c81626fd32f5f1b23f9b5f910fb29e3a943b (patch)
treef760ec2a2360e55246b3fb3ca5ac6979edbba96f
parent7328aa41c56fcb4912c9f6e6cb5fc972e446c5ba (diff)
parent3816fac41d44e79b2ada7de3289a7525ca45abfd (diff)
downloadrails-a890c81626fd32f5f1b23f9b5f910fb29e3a943b.tar.gz
rails-a890c81626fd32f5f1b23f9b5f910fb29e3a943b.tar.bz2
rails-a890c81626fd32f5f1b23f9b5f910fb29e3a943b.zip
Merge pull request #135 from gregmolnar/readme
add devise example to readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48a8cbfbe6..a5eade2200 100644
--- a/README.md
+++ b/README.md
@@ -401,6 +401,7 @@ Beware that currently the cable server will _not_ auto-reload any changes in the
We'll get all this abstracted properly when the framework is integrated into Rails.
+The WebSocket server doesn't have access to the session, but it has access to the cookies. This can be used when you need to handle authentication. You can see one way of doing that with Devise in this [article](http://www.rubytutorial.io/actioncable-devise-authentication).
## Dependencies