cURL
curl --request POST \ --url https://api.example.com/auth/{*} \ --cookie better-auth.session_token=
Proxies POST authentication requests to the better-auth handler (sign-in, sign-up, sign-out, etc.).
Default Response
Was this page helpful?