Easily sign requests to the Privy API with authorization keys, users, and key quorums.
AuthorizationContext
1. Get the encoded request payload to sign over
RequestFormatter
utility to get the encoded request payload to sign over.2. Produce the signature
3. Add the signature to the authorization context
.addUserJwt()
and .addAuthorizationPrivateKey()
, as shown below.