@privy-io/server-auth
SDK.
@privy-io/public-api
to 2.38.0
@privy-io/public-api
to 2.37.1
user_id
option as owner for wallet creation@privy-io/public-api
to 2.36.0
eth_sign7702Authorization
@privy-io/public-api
to 2.35.0
@privy-io/public-api
to 2.29.0
@privy-io/public-api
to 2.28.0
@privy-io/public-api
to 2.26.0
@privy-io/public-api
to 2.25.0
secp256k1Sign
for raw signatures from EVM walletssecp256k1_sign
RPC methodQuantity
input to resolve potential number overflow issues@privy-io/public-api
to 2.21.0
viem
is not installedwalletApi.create
in favor of walletApi.createWallet
WalletApiCreateResponseType
in favor of WalletApiWalletResponseType
getTransaction
getUsers
privy.walletApi.ethereum.sendTransaction
and privy.walletApi.solana.signAndSendTransaction
to map correctly to successful API responsesprivy.walletApi.rpc(...)
in favor of privy.walletApi.ethereum.{signMessage, signTypedData, signTransaction, sendTransaction}
and privy.walletApi.solana.{signMessage, signTransaction, signAndSendTransaction}
getWallet
and getWallets
methods to fetch server walletscreateViemAccount
method to create a viem Account
from an Ethereum server walletname
to Google OAuth entry in parsed identity tokenWARNING: Missing strong random number source
due to unrelated ethers type dependencywalletApi.rpc
infers the response type correctly based on the input typeeslint-config-custom
dependencyeslint-config-custom
dependencygetUser({idToken: string})
and deprecate getUserById
on the getUser(id: string)
methodgetUserByX
(e.g. getUserByEmail
) methods to consistently return null
if no user is found for the provided query, instead of throwing an errorgetUserByTelegramUsername
and getUserByTelegramUserId
to get users by telegram identifiersgetTestAccountAccessToken
method to fetch a valid access token for a account if enabledgetUserByCustomAuthId
to get users by a custom auth identifiergetUserByTwitterUsername
and getUserByTwitterSubject
to get users by twitter identifiersSpotify
, Instagram
, Telegram
, and Farcaster
to exposed typesfirstVerifiedAt
and latestVerifiedAt
in user.linkedAccounts
user.linkedAccounts
vanityName
to linkedin accountshdWalletIndex
and imported
to wallet accountstelegram
, tiktok
, and linkedin
to UserimportUser
to not require firstVerifiedAt
or latestVerifiedAt
getUserByWalletAddress
endpoint to be more performantgetUsers
endpoint to be more performant for getting all usersgetUsers
to support paginated API and return all getUsers