Authentication
Quickstart ⚡
Sign up your first user in 5 minutes
Before you start
Set up your project and get an API key.
Auth with Wallets Quickstart
See a full working example with auth and wallets.
1
Install the SDK
Run the following command to install the SDK:
2
Add the Crossmint providers to your app
Add the necessary Crossmint providers to your app.
3
Add login and logout functionality
Launching in Production
For production, the steps are almost identical, but some changes are required:
- Create a developer account on the production console
- Create a production client API key on the API Keys page with the API scopes
users.create
,users.read
,wallets.read
- Replace your test API key with the production key
Next steps
- Read and update user information
- Use webhooks to get notified when a user signs up
- Create Smart Wallets on sign up