fgm / filog

A fine logger package for Meteor.JS applications (client + server)
GNU General Public License v3.0
18 stars 6 forks source link

Add an optional post-process callback to MeteorUserProcessor #39

Closed fgm closed 7 years ago

fgm commented 7 years ago
fgm commented 7 years ago

This post-process works for server-generated events, but when the event is client-generated, the request is not reprocessed server-side, which prevents post-processing of server-added information like reliable user information.

But since client-provided information is untrusted anyway, this doesn't matter.