apsknight / acl

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

Added functionality to store user password in system keychain (safe, encrypted) #4

Closed madhavtummala closed 5 years ago

madhavtummala commented 5 years ago

In the case of macOS, the user will be asked whether to store the password for ERP, against the given username. If the password already exists in the keychain, the attendance will directly be displayed. Since the passwords are being handled by system managers, it is very safe. For other operating systems the respective system keychains will be used. See here for more info on it.

apsknight commented 5 years ago

Thanks for adding this feature. I think this also solves #3 opened by @mathamonkey.