GreyDelamar / TDB

cross-platform SQL editor and database tool
GNU General Public License v3.0
5 stars 0 forks source link

Storing connection details locally #22

Open travierm opened 4 years ago

travierm commented 4 years ago

Feel free to edit, this is just an initial scope of the issue

After users provide valid connection details to a server we should store that locally in a JSON file.

When the app is reloaded it can read that file and list the possible connections a user can make.

Scope

Security Risks

Example of Connection Pages from other apps

MySQL Workbench: image

GreyDelamar commented 4 years ago

Nice!!!

GreyDelamar commented 4 years ago

@georgeglessner you want to grab this one? Main focus being on the file storage, we can always help with the frontend ❤️

georgeglessner commented 4 years ago

Sorry just seeing this, I can take a look into some solutions

GreyDelamar commented 4 years ago

All good 👍 no rush on any of this

georgeglessner commented 4 years ago

What do we think of storing all info except the password? So the connections will still be saved, but the user will still have to enter password each time. Just thinking on the security endpoint. I am fine with either or, just looking for suggestions.

GreyDelamar commented 4 years ago

I'm pretty torn on which way to go

GreyDelamar commented 4 years ago

check telegram easier to chat on

georgeglessner commented 4 years ago

Proposed idea:

Still undecided of which algo to use at the moment.