All Collections
API
Auth API
How does the Auth API work?
How does the Auth API work?
Jonathan Blackburn avatar
Written by Jonathan Blackburn
Updated over a week 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?