🔐
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

CORS

If you see a cors problem, replace the front-end url in the following files.

next.config.js

vercel.json

lib/cors.ts

Replace 'https://w3authuser.devzstudio.com' with your front-end url.

PreviousInstallingNextAuthentication Flow

Last updated 2 years ago