auth icon indicating copy to clipboard operation
auth copied to clipboard

docs: add missing type options to /verify endpoint documentation

Open JEETDESAI25 opened this issue 2 months ago • 0 comments

What kind of change does this PR introduce?

Docs update

What is the current behavior?

The README documentation for the /verify endpoint is missing several valid type parameter options. Users have to explore source code to discover options like email_change, phone_change, and magiclink.

Fixes #1710

What is the new behavior?

Documentation now includes all valid type options matching the OpenAPI spec:

  • POST /verify: signup, recovery, invite, magiclink, email_change, sms, phone_change
  • GET /verify: signup, recovery, magiclink, invite, email_change

JEETDESAI25 avatar Dec 16 '25 02:12 JEETDESAI25