Skip to content

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

Notifications You must be signed in to change notification settings

Akshit6828/Login_Auth_API

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published