Check if an email exists
{status: "OK", doesExist: boolean}
Reads and returns the reset password token from the current URL
The "token" query parameter from the current location
Reads and returns the tenant id from the current URL
The "tenantId" query parameter from the current location
Send an email to the user for password reset
{status: "OK"}
if successfull
Sign in a user with email and password
{status: "OK"}
if successfull
Sign up a user with email and password
{status: "OK"}
if successfull
Submit a new password for the user
{status: "OK"}
if successfull
Generated using TypeDoc
For the options object passed to recipe functions, we do not need a postAPIHook.
This is because these functions will be called manually, so the user always knows which API is called (making the postAPIHook redundant). They can consume the networkResponse returned by recipe functions as a way to handle post API logic