Skip to main content
API Reference / modelence / client / resetPassword
resetPassword(options): Promise<void>
Defined in: packages/modelence/src/auth/client/index.ts:259 Reset password. The token is normally exchanged server-side via an httpOnly cookie, so the client only submits the new password. Pass token only for legacy flows that still carry it client-side (deprecated).

Parameters

Returns

Promise<void>