Register
User registration is simplified on Simcify, check out the magic below;
Parameters
$options explanation
Usage
use Simcify\Auth;
Auth::signup(
array(
"name" => "Jane Doe",
"email" => "jane@example.com",
"phone" => "123456"
),
array(
"authenticate" => true,
"redirect" => "https://example.com",
"uniqueEmail" => "jane@example.com"
)
)Response
Last updated