mingo-app / mingo

Found a bug? have a FR ?
60 stars 2 forks source link

Mingo asks for password to my database each time I restart #620

Closed Christilut closed 1 month ago

Christilut commented 10 months ago

Describe the bug` Every time I restart Mingo, I need to re-enter the password for my production database. After I enter the password, it connects normally. Restart Mingo and the popup appears again.

My connection has a username:password that mingo has replaced with username:PASSWORDPLACEHOLDER

Screenshots image

Desktop (please complete the following information):

jefft043 commented 7 months ago

Just to add to this, I'm experiencing the same issues.

I'm not asked to re-enter passwords when I access a saved 'Connection' only if I try to access a saved 'Project'.

tothradoslav commented 2 months ago

I have just found out the service we used (keytar) is deprecated. We are now using electron's safeStorage API, with fallback to keytar, meaning you won't have to retype passwords. If password not found in safeStorage, will look for it in keytar and if found, automatically moves the password to safeStorage.

sagrawal31 commented 2 months ago

Happy to see this.

tothradoslav commented 1 month ago

This issue is fixed / available in the new release v1.14.1

https://github.com/mingo-app/mingo/releases/tag/v1.14.1

Please reopen this issue if necessary.