dbvcode
dbvcode
This is a duplicate of https://github.com/jaggedsoft/node-binance-api/issues/767
I build an online shop so I have both authenticated and unauthenticated users. So I have to publish some data to both and some to only authenticated and authorized ones....
Thanks for the tip. I'll post my findings.
I got to the part where I need to implement it. I think your idea is great! But the problem is for an anonymous user the `Authentication` service does not...
Here are my findings so far: 1. I've tried adding this to the `app.hooks.ts` before all other hooks: ``` (context: any) => { try { if (context.params.ability === undefined) {...