Skip to content

harshraj21/Password-less-auth-Money-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passwordless authentication (Money Manager)

passwords are hectic for users to remmember

Thus to simplify life from remembering password here is an implementation of passwordless authentication

Can be implemented in any application with slight modification of code
Here is an implementation of the above mentioned in a Money manager desktop application

Features-

  • Reads the hardware id of the system on 1st login attempt there after no password is required
  • Helps In Keeping a record of earning and expenses.

Tech stack used-

  • My SQL
  • PHP
  • C#

Designed in visual studio IDE

You are free to modify the project
You will need a server with database integration to be able to store the store data
Or can store it locally