Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Management #4

Open
sneilan opened this issue Oct 21, 2023 · 1 comment
Open

User Management #4

sneilan opened this issue Oct 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sneilan
Copy link
Owner

sneilan commented Oct 21, 2023

Make a user database. When clients authenticate, connect to user database and validate their credentials. Double check socket security for anything we need to prevent spoofing across the wire such as SSL.

@sneilan sneilan added the enhancement New feature or request label Oct 21, 2023
@sneilan sneilan self-assigned this Oct 21, 2023
@sneilan
Copy link
Owner Author

sneilan commented Nov 24, 2023

I'm considering sqlite for the user database. It's easy to replicate with litestream and has concurrency for multiple processes. Using a separate database like postgres may be overkill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant