Request a user key for a user
Sign the request with the user key
Pass the signature in request headers
privy-authorization-signature
header for the request. Privy will verify the signature and
execute the request only if the signature is valid.generateUserSigner
method of the Privy client.generateUserSigner
method handles the encryption and decryption of the user
key returned by the Privy API. This means your application does not need to handle the encryption
of the user key.updateAuthorizationKey
method. This will configure the Privy client to sign requests with the provided key.generateUserSigner
method as a string
.privy.walletApi.ethereum.*
and privy.walletApi.solana.*
methods. You do not need to take any extra steps to sign requests.