Configure authentication methods, session management, and transaction permissions
Configure security settings to control user authentication methods, session duration, and transaction permissions. These settings balance security with user experience for your Para integration.
Configure which authentication methods your users can use to access their wallets.
This configuration does not affect Mobile SDK frameworks. Mobile SDKs use native mobile passkeys with an option to use passwords via Webviews.
Enable passkey authentication for enhanced security and user experience:
Configure traditional password authentication:
You can enable both passkeys and passwords to give users choice:
If you’re creating a PWA we recommend using passwords so that the user stays within the installed app. Passkeys will open a new browser tab.
Control how long users stay authenticated before requiring re-authentication.
Shorter Sessions (2 Hours - 1 Day):
Longer Sessions (1 Week - 1 Month):
For custom durations:
Configure how users confirm transactions and manage permissions.
Control whether users see confirmation dialogs for transactions:
By default, transaction pop-ups are disabled allow for faster transaction signing. We recommend adding careful transaction validation in your application logic to ensure users are aware of the transactions they are signing.