Manage client sessions in server-side environments with Para Server SDK
{ excludeSigners: true }
as an argument to exportSession
to remove the signer data from the exported wallets, enhancing security:Environment | Verification URL |
---|---|
SANDBOX | https://api.sandbox.getpara.com/sessions/verify |
BETA | https://api.beta.getpara.com/sessions/verify |
PROD | https://api.getpara.com/sessions/verify |
keepSessionAlive
method:
{ excludeSigners: true }
when exporting sessions if server-side signing isn’t needed.
Environment | URL |
---|---|
SANDBOX | https://api.sandbox.getpara.com/wallets/verify |
BETA | https://api.beta.getpara.com/wallets/verify |
PROD | https://api.getpara.com/wallets/verify |