Skip to main content

How does the Auth API work?

Written by Iulian Novenschi

Moralis Auth API uses a challenge and signature verification flow. Your application requests a message for the user to sign with a supported wallet, then sends the signed message to the Auth API for verification. Your application manages the user session after verification.

See the current Auth API overview and its API reference for supported chains, methods, and examples.

Did this answer your question?