This adds a oneshot channel to transmit this information to outside of the handle() function which is a little strange, but seemed like a good enough solution considering the desire to have this info for both Ok and Err cases and it would be more verbose to make returning sdk in both cases compatible with ?.
This also moves the validation of the JWT payloads further up in the request processing.
Description
Adds SDK version analytics as per the spec.
This adds a oneshot channel to transmit this information to outside of the
handle()
function which is a little strange, but seemed like a good enough solution considering the desire to have this info for bothOk
andErr
cases and it would be more verbose to make returningsdk
in both cases compatible with?
.This also moves the validation of the JWT payloads further up in the request processing.
Resolves #475
How Has This Been Tested?
Not tested
Due Diligence