UNPKG

bapig

Version:

Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.

8 lines (7 loc) 361 B
import { authenticate, controllerResponse } from "../../types"; /** * Authenticate a user based on provided credentials. * @param body Object containing authentication details. * @returns Controller response indicating success or failure and relevant message. */ export declare function authenticate(body: authenticate): Promise<controllerResponse>;