Documentation ¶
Overview ¶
This package implements a sample server that implements a piece of the public health authority verification protocol: https://github.com/google/exposure-notifications-server/blob/main/docs/design/verification_protocol.md
To call this server using curl: curl -d '{"verificationCode":"fakeCode","tekhmac":"replace w/ tek hmac"}' -H "Content-Type: application/json" -X POST http://localhost:8080/
The FULL protocol is implemented by https://github.com/google/exposure-notifications-verification-server/
Click to show internal directories.
Click to hide internal directories.