Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Discuss how to implement an account system? #4

Open
NaitLee opened this issue Jun 26, 2021 · 2 comments
Open

Discuss how to implement an account system? #4

NaitLee opened this issue Jun 26, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@NaitLee
Copy link
Owner

NaitLee commented Jun 26, 2021

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 NaitLee added enhancement New feature or request help wanted Extra attention is needed labels Jun 26, 2021
@NaitLee
Copy link
Owner Author

NaitLee commented Jun 27, 2021

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

  • At server object PHFSServer as a dict
  • At Account in cfgLib.py (not committed currently, it manages accounts from Config)
  • ... say something?

@NaitLee
Copy link
Owner Author

NaitLee commented Jun 29, 2021

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

@NaitLee NaitLee removed the help wanted Extra attention is needed label Jun 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant