This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
thanks @nha and @stijn - these lists are very useful. @stijn thanks for the proposed interleaving of authentication and authorization - that makes a lot of sense to me
I've been struggling with the yada context structure flowing through the interceptors - having multiple places in the context where the same data exists makes things confusing - I'm refactoring such that data only exists in one place, and avoiding the 'convenience' of putting data in multiple places in the data structure
so there might be some breakage if you've written your own interceptors (@stijn) but should be fairly trivial to update