$username, 'secret' => sha1($salt . time() . mt_rand()), 'time' => time()]; $bridge->create($entry); return $entry; } return FALSE; }