apsknight / acl

Attendance on Command Line
MIT License
4 stars 8 forks source link

Saving user password in encrypted form locally on the disk. #3

Closed mathamonkey closed 5 years ago

mathamonkey commented 5 years ago

Most of the students hardly remember ERP password, OAuth has eliminated the need to remember it. This will make it a lot more user-friendly. We will have a prompt asking, do you want to save password? If the user agrees we will save it in a password protected SQLite database against user Roll number.

apsknight commented 5 years ago

Solved by #4

Thanks, @MadhavChoudhary, and @mathamonkey!