Securing a Multi-Tenant Temporal Service: Auth from Trigger to Worker
When you build a service on top of Temporal, you quickly run into a problem that pure request/response systems never have to deal with: the person who kicked off the work is no longer in the room w...