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.
Enable simple PIN-based authentication for quick access:
4 Digit Codes: Users can create a short numeric code, familiar from mobile banking and device unlock screens
– Flexibility: Allow PINs as the primary method or alongside passkey/passwords so users can choose whatever feels easiest
– Legacy Devices: Provides a lightweight option on devices that don’t support passkeys
You can enable both passkeys and passwords to give users choice:
Passkeys Preferred: Passkeys will be suggested first during registration
Fallback Support: Users can choose passwords if passkeys aren’t available
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 whether users see confirmation dialogs for transactions:
Enabled: Users manually confirm each transaction via popup
Disabled: Transactions proceed without additional confirmation
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.