Merge pull request #135 from gregmolnar/readme

add devise example to readme
This commit is contained in:
David Heinemeier Hansson 2015-12-13 14:28:39 +01:00
commit a890c81626
1 changed files with 1 additions and 0 deletions

View File

@ -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