Back to Home
web2.permit

Request Permit

Request permits for key rotation, secret transfer, or delegation operations.

Rotate Key Permit

Uses email+password authentication (no session required). Provide a new Ed25519 public key to rotate to.

await web2.permit.requestPermit({
action: 'rotate',
email, password,
payload: { newPublicKey },
blackboxUrl,
});

Console Output

Waiting for action...