kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Question: how access context / req data in Processors and apply global scopes? #328

Closed renanwilliam closed 1 year ago

renanwilliam commented 1 year ago

First of all, thanks for sharing the lib; it's incredible!

I'm setting my first project using it with Knex default processor, and I have two situations challenging me:

Thanks in advance, and sorry if I created duplicated questions.