Dose – The Pharmacy

CVS Pharmacy will stop accepting Horizon NJ Health (Medicaid/FamilyCare) plans as in-network, effective May 1, 2026. - The good news is Dose will.

Patient Portal

				
					<?php
session_start();
require_once "../config/api.php";

if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    $email = $_POST['email'];
    $password = $_POST['password'];

    $response = apiPost("/patient/login", [
        "email" => $email,
        "password" => $password
    ]);

    if ($response['success']) {
        $_SESSION['patient'] = $response['data'];
        header("Location: /dashboard/index.php");
        exit;
    } else {
        $error = $response['message'];
    }
}
?>
				
			
Shopping Cart
0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    Scroll to Top