aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGreg Molnar <molnargerg@gmail.com>2015-12-11 16:38:16 +0000
committerGreg Molnar <molnargerg@gmail.com>2015-12-11 16:38:16 +0000
commit3816fac41d44e79b2ada7de3289a7525ca45abfd (patch)
tree144463c76725a1b2c9d49eccdf5c824c7a35d8c6 /README.md
parent0e283fed20ce7a25ddb0e8993d50c0e16e78d30d (diff)
downloadrails-3816fac41d44e79b2ada7de3289a7525ca45abfd.tar.gz
rails-3816fac41d44e79b2ada7de3289a7525ca45abfd.tar.bz2
rails-3816fac41d44e79b2ada7de3289a7525ca45abfd.zip
add devise example to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9861d7530..c246b9ea97 100644
--- a/README.md
+++ b/README.md
@@ -360,6 +360,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