Login — POST /v1/auth/login
Register — POST /v1/auth/register
Session — GET /v1/auth/session
⚠ Requires authentication
Logout — POST /v1/auth/logout
⚠ Requires authentication
Request Password Reset — POST /v1/auth/password/reset
Confirm Password Reset — POST /v1/auth/password/reset/confirm
Change Password — POST /v1/auth/password/change
⚠ Requires authentication
Verify Email — POST /v1/auth/email/verify
⚠ Requires authentication
Resend Verification — POST /v1/auth/email/resend
⚠ Requires authentication
Social Login — GET /v1/auth/social/{provider}
This will navigate your browser away. After authentication, you'll be redirected back to the Return URL above.