resolve icon indicating copy to clipboard operation
resolve copied to clipboard

Cannot pass a JWT to saga's scheduleCommand

Open VasilyStrelyaev opened this issue 3 years ago • 0 comments

All our commands require a JWT that identifies either a user or the app. In case of scheduled commands, we need to pass an app's JWT, but currently it doesn't reach the scheduled command. (By contrast, JWTs passed to saga's executeCommand are handled as expected).

VasilyStrelyaev avatar Sep 10 '21 09:09 VasilyStrelyaev