You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
The server needs to approve the publication requested by the client. The docs talk about additional service filters doing this, however they don't have much info available.
// In addition toserverPublications(app,commonPublications,['messages','channels']);// allow the signatureserverPublications(app,commonPublications,{messages: fcn1,channels: fcn2});
The fcn* would be called when a publication is requested by the client. Its param would be derived from the options object in
@eddyystop just a friendly reminder to be more careful when tagging, because you've pinged the wrong Marshall again -- this is becoming a bit of a pattern, i've been put on 5 different issues already this year within feathersjs.
please try to be more careful when using @, I have enough notification backlog from github as is, without getting more from a project I don't contribute to and have no involvement with :)
The server needs to approve the publication requested by the client. The docs talk about additional service filters doing this, however they don't have much info available.
@marshall is likely the go-to person for this.
Idea #1:
The
fcn*
would be called when a publication is requested by the client. Its param would be derived from theoptions
object inAny additional props in there would also be passed to
fcn*
The text was updated successfully, but these errors were encountered: