Reclaim InApp SDKsUsage
Attestor Authentication
Reclaim Protocol's InApp SDKs setup when using an attestor with authentication
Get Started
A private attestor can have authentication enabled which blocks all un-authenticated connections and can also be used to limit the hosts that can be connected to. InApp SDKs can be configured to use another attestor and include an auth request in the claim sent to this attestor.
Read more about attestors authentication here.
Basic Usage
An auth request can be created anywhere, even on your server. JS library @reclaimprotocol/attestor-core from npm can be used for creating an auth request.
An auth request looks like this:
This can be used in the setVerificationOptions
method of the InApp SDK, which allows you to set a callback for providing an auth request to the attestor.