... READ MORE >>
Step 15 AJAX Call from the Frontend to this API <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,... READ MORE >>
Step 14 Login User with JWT create new file core. php in config folderCreate login function in user.php //Login Student public function readLogin($email, $password) { $query = "Select * from " . $this->table . " where... READ MORE >>
Step 13 Register User with JWT Create a new file called register.php in user folderDownload composer using command in api folder: composer require firebase/php-jwtcreate new file core. php in config folderCopy all the code of step5- Create API... READ MORE >>
Recent Comments