Module: ActionCable::Connection::Authorization
| Relationships & Source Files | |
| Namespace Children | |
|
Exceptions:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Defined in: | actioncable/lib/action_cable/connection/authorization.rb |
Instance Method Summary
-
#reject_unauthorized_connection
Closes the
WebSocketconnection if it is open and returns an “unauthorized” reason.
Instance Method Details
#reject_unauthorized_connection
Closes the WebSocket connection if it is open and returns an “unauthorized” reason.
# File 'actioncable/lib/action_cable/connection/authorization.rb', line 12
def logger.error "An unauthorized connection attempt was rejected" raise UnauthorizedError end