This guide assumes your application has already configured session signers in the Dashboard.
- React
- React Native
- NodeJS & REST API
To provision server-side access for user’s wallets, use the
addSessionSigners method from the useSessionSigners hook:Usage
Check out the starter repo for an end to end example of how to use session signers.
Parameters
TheaddSessionSigners method accepts a params object with the following fields:Address of the embedded wallet to add a session signer to.

