NaitLee / PHFS

This is a Python3 implementation of rejetto's HTTP File Server~*
GNU General Public License v3.0
16 stars 4 forks source link

Discuss how to implement an account system? #4

Open NaitLee opened 3 years ago

NaitLee commented 3 years ago

I think this project should be a "core/lite" version of HFS, which means it should not be complex. What in my mind is just to make a table (csv) that stores username, password hash, and also other things. But, sometimes "simple" means "insecure", using big dependencies is also a way. What do you think about? 😃

P.S. I don't like using dependencies, especially which also depends on other dependencies...

NaitLee commented 3 years ago

No one is here... 😅 I chose to make an easy account manager. But, where should I put the logger (that records IP-user table)?

NaitLee commented 3 years ago

Still no one is here... 😅 The account system is initially done. Feel free to report your feelings~