/Login_Auth_API

This repo contains the codebase for an Auth API used for users' login.

Primary LanguagePHP

Login_Auth_API

About Repository

This repository contains the source code of REST API for Login Authentication which is made in PHP and implemented in Android Application.

To see the API Code formation in PHP, click here.
To see the API implementation in Android App, Click here

Function of this API in this project:

  1. Registered the new users and stores the user entered in a database.
  2. Upon login checks the existence of the user in the database.
  3. If the user is found in the database (via API and not using Database Methods) , it enables the login gateway and lets the user access its profile.
  4. If the user is not found, it won’t give access to the login gateway and takes the user to the registration page.

Formation of API:

Login_Auth API Flow