Why does Google login prompt me that I do not comply with the policy?
Google does not allow usage within Webview. https://support.google.com/accounts/answer/12917337?hl=en#zippy=%2Cdisallowed-useragentHow to add a new EVM chain?
For Particle Auth, we need to support it first before developers can use it.What are the options for chain_name returned by the backend api?
evm_chain
and solana
; For Tron, we also use evm_chain
as the chain_name.
How to ensure the signature result is consistent each time?
Due to the characteristics of MPC, the signature result for the same message is different each time, which is different from private key wallets like MetaMask. Therefore, for scenarios that rely on a consistent signature result, we provide theuniq
parameter, which ensures the consistency of the signature result each time.
How to determine if the account is a new user?
We haveisNewUser
in the user info returned.
How to determine the status of the master password and payment password settings?
In the user info, we havesecurity_account.has_set_master_password
and security_account.has_set_payment_password
.