Skip to main content
All CollectionsAPIAuth API
How does the Auth API work?
How does the Auth API work?
Jonathan Blackburn avatar
Written by Jonathan Blackburn
Updated over 10 months ago

The Auth API provides out-of-the-box all the necessary APIs you need to authenticate your user wallet to your dapp, which includes:

  • Requesting challenge message for wallet signature on both EVM and Solana

  • Verifying signed challenge message signature on both EVM and Solana

NOTE
​The Auth API currently does not support EIP-1271 signature. Therefore, authentication using the Auth API with smart contract wallet is impossible.

Did this answer your question?