resolve
resolve copied to clipboard
Cannot pass a JWT to saga's scheduleCommand
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).