Forgot Password
Handle a forgot password request with one line of code.
Parameters
Usage
use Simcify\Auth;
Auth::forgot("jane@example.com", "https://example.com/reset/[token]");Response
array(
"status" => "success",
"title" => "Email sent!",
"message" => "Email with reset instructions successfully sent!"
)Last updated