🔐
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

Logout

Don't forget to set credentials include on the logout api request.

 credentials: 'include',

Logout user

POST /api/auth/logout

{
    success: "OK"
}
{
    error: "Invalid token"
}
PreviousProfile & Custom fieldsNextReact JS

Last updated 2 years ago