Skip to main content
The Go module is a backend signing utility only. It is used to generate rp_context signatures for IDKit requests, and does not run client-side IDKit request flows.

Install

Generate RP signature

One-shot signing

Use SignRequest with functional options for the simplest integration:

Reusable signer

For high-throughput backends, create a Signer once and reuse it. This parses the key upfront and avoids repeated allocations.

API

Functions

Options

RpSignature