Login
API allows users to log in to a system by sending a request with their credentials and receiving a response with authentication status and a session token
Login with Google
API allows users to log in to a system using their Google credentials, enabling a secure and streamlined authentication process.
Logout
API allows users to log out of a system by sending a request to invalidate their current session and terminate authentication.
Admin SignUp
API allows administrators to log in to a system by sending a request with their credentials and receiving a response with authentication status and a session token.
Signup
API enables users to register for a service by sending a request with their information and receiving a response with status and authentication credentials
Admin Login
API allows administrators to create a new account by sending a request with their information and receiving a response with status and authentication credentials.