Closed gnarea closed 1 year ago
This Part 3b of the POST / endpoint in the PoHTTP server.
POST /
Please refer to the spec for the CloudEvent incoming-service-message in the README.
incoming-service-message
Example: https://github.com/relaycorp/veraid-authority/blob/291f81f7bbf8a4265341290a8e800642aba5a38c/src/memberKeyImportToken.ts#L79-L90.
Unlike the Authority implementation, we should use the binary mode of CloudEvents; e.g.:
const emitter = emitterFor(transport, { mode: Mode.BINARY });
Additional TODO
example.[spec.].ts
See also:
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
v1.2.0
Your semantic-release bot :package::rocket:
This Part 3b of the
POST /
endpoint in the PoHTTP server.Please refer to the spec for the CloudEvent
incoming-service-message
in the README.Example: https://github.com/relaycorp/veraid-authority/blob/291f81f7bbf8a4265341290a8e800642aba5a38c/src/memberKeyImportToken.ts#L79-L90.
Unlike the Authority implementation, we should use the binary mode of CloudEvents; e.g.:
Additional TODO
example.[spec.].ts
.See also: