auth
auth copied to clipboard
docs: add missing type options to /verify endpoint documentation
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