cozy / cozy-realtime-adapter

Utilities to manage realtime events in Cozy Applications
4 stars 2 forks source link

Throw the created/updated object through the callback server side #7

Open ZeHiro opened 8 years ago

ZeHiro commented 8 years ago

It allows to avoid to request for the created/updated object

clochix commented 8 years ago

Thanks for reporting @ZeHiro ☺

@aenario any thought on this?

jsilvestre commented 8 years ago

It would require to add authentication to the axon socket to prevent leaking document to unauthorized apps, but the idea is obviously good.