🔐
w3auth
  • Welcome!
  • Installing
  • CORS
  • Authentication Flow
  • Integration Example
  • KYC
  • External Backend
  • API Reference
    • Active Chains
    • Nonce
    • Verify nonce
    • Link Wallet
    • Unlink Wallet
    • Profile & Custom fields
    • Logout
  • Package
    • React JS
  • Connect API
    • Enable API
    • User details
    • Allowlist Address
    • Blocklist Address
    • Get Settings
    • NFT Gating
    • Token Gating
Powered by GitBook
On this page
  1. API Reference

Nonce

Nonce is a random string used to authenticate the users. The nonce that is not used is cleared at regular intervals.

POST /api/auth/nonce

Request Body

Name
Type
Description

wallet_address*

String

Public wallet address

profile

Object

Only the first time a profile is accepted

{

name: "User name",

email: "user email address",

custom: [

{ name: "field_name", value: "value }

]

}

{
   "nonce": "GEVGREGER"
}
{
    "error": "Wallet address not found on allowlist"
}

PreviousActive ChainsNextVerify nonce

Last updated 2 years ago