Skip to content

osl-vvce/2FA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2FA

Two-factor authentication (2FA), sometimes referred to as two-step verification or dual-factor authentication, is a security process in which users provide two different authentication factors to verify themselves. This process is done to better protect both the user's credentials and the resources the user can access. Two-factor authentication provides a higher level of assurance than authentication methods that depend on single-factor authentication (SFA), in which the user provides only one factor -- typically, a password or passcode. Two-factor authentication methods rely on a user providing a password, as well as a second factor, usually either a security token or a biometric factor, such as a fingerprint or facial scan.

Technology

Server

  • Nodejs server locally in our local server.
  • The database used is mysql.

Client

  • PWA
  • Javascript

Description

This system uses a key which is created at the time of registration of a student. tThe key is stored in mysql database.

About

An additional layer of security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published