Signature based authentication client, as used in the PrimeTrust and Shares projects
npm install @exodus/auth-client-basePseudonymous signature based authentication client. Used for when your auth scenario requires the client to generate its own keypair and sign requests with it.
``sh``
yarn add @exodus/auth-client-base
See ./example.js for how to add transparent authentication to your REST client.