Kushal Byatnal
Kushal Byatnal
IMO ideally, each domain should enforce its own permissions. This would require passing along some sort of `context` with every call, and then `services` enforce permissions based on the requested...
Would love to get your thoughts on the best way to handle accessing nested foreign key relationships. Here's a made up example (where the relationship is `Book` -> `Author` ->...
Hi! Running into a strange issue where even if my Pipfile doesn't change, Heroku re-installs all dependencies. My root directory contains `Pipfile` and `Pipfile.lock` and does **not** have a `requirements.txt`...
Could this library provide a method to verify the webhooks that come from Plaid? There is an [example implementation](https://plaid.com/docs/api/webhook-verification/) in the docs, but it's almost 100 lines of code. Given...
The current process documented [here](https://support.plaid.com/hc/en-us/articles/360041410794-Webhook-verification-example) is lengthy and copying/pasting is error-prone. Would be great if the SDK provided this natively.