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:issueJwt
method. The method returns the token itself as well as the JWKS key ID (kid
) for the keypair that signed it.
Environment | JWKS URL |
---|---|
SANDBOX | https://api.sandbox.getpara.com/.well-known/jwks.json |
BETA | https://api.beta.getpara.com/.well-known/jwks.json |
PROD | https://api.getpara.com/.well-known/jwks.json |
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 |