Expand description
Identity authenticated request initiation and verification implementation.
Ref: https://wamu.tech/specification#identity-authed-request.
Functions§
- initiate
- Given a “command” and an identity provider, returns the payload for initiating an identity authenticated request.
- verify
- Given a “command”, an identity authenticated request payload and a list of verifying keys for the other parties, returns an ok result for a valid request or an appropriate error result for an invalid request.