1. Create a key quorum
Fundamentally, a session signer is a key quorum that is authorized to submit transaction request for signature from a user’s wallet. You can create key quorums in the Privy Dashboard or via an API request, To generate a key quorum in the Dashboard, navigate to the Wallet infrastructure > Authorization keys page and click on the Create new key button. The modal will show the key quorum ID and the private key used for signing. Save both these values in a secure location. Privy never sees this private key and cannot help you recover it. The private key will be used to sign transaction requests on the wallet.The authorization key is the private key of a P-256 keypair. Privy never sees the private key,
and verifies signatures on your requests against the corresponding public key to ensure your
server authorizes the action to take with a user’s delegated wallet.