Skip to content

First React Application as First Internship Project! Website for Login through username & password or OTP. All sent to an API for authentication and Verification.

Notifications You must be signed in to change notification settings

Madjob23/my-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication via Username & Password or OTP

Regular Login :-

  • takes Username and Password as Input.
  • sends them to an API using axios post request method for authentication.
  • returns 'Login Successful' for a match.

OTP Login :-

  • prompts user for username.
  • sends username to another API for OTP generation.
  • Alerts the user to the OTP.
  • prompts user for OTP.
  • send it to another API for verification.
  • returns 'Login Succesful' for a match.

About

First React Application as First Internship Project! Website for Login through username & password or OTP. All sent to an API for authentication and Verification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages