Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.12 KB

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