Auth Overview

Clique supports:

  • OAuth + PKCE: Google, Twitter/X, Telegram (OAuth), Apple.

  • Email / Phone OTP

  • Web3 Challenge Sign-In: Phantom/OKX (Solana), Rabby/MetaMask/Coinbase (EVM).

On success, the server sets a session cookie. Use /session to read the current user; POST /logout to end the session.

Last updated