Strongbox
                                
                                
                                
                                    Strongbox copied to clipboard
                            
                            
                            
                        iOS feature request: AutoOpen support
Could you please add support for AutoOpen? This is how KeePassXC does it: https://keepassxc.org/docs/KeePassXC_UserGuide.html#_automatic_database_opening
Is this different from the "Quick Launch" feature? Do you use that?
Are you looking to open multiple different databases by opening 1?
Yes, I'd like to open multiple or at least one other DB from the first one.
OK, but how would you expect this to work visually, like how would you switch between databases on a small iOS screen?
Maybe the entries in the AutoOpen folder could get an „open“ button and then you’d navigate into the DB? The back button would bring you back to the outer DB.
Surely there are better UIs, but this would solve my primary use case easily. Alternatively a dropdown/menu/sidebar or something could allow switching DBs.
Isn't just popping back to your database list and opening whatever db you want just as convenient here?
Then I have to copy the password and navigate out of the current DB, select the correct DB, paste the password. That’s several extra steps compared to just selecting the DB. Also wouldn’t the outer DB be closed after some time if I switch to a different one?
I see. Is this the same feature as #401 ?
Not quite. I want to be able to open one DB via password and use that as the gateway into the other DBs without setting up biometry or storing the passwords for multiple DBs. The use case of for e.g. DBs shared with other people or different devices having access to different „security levels“ of DBs.
OK. Are those databases stored locally on device? or could they be remote?
How do you reference them from the master database? Is this done via a File URL in KeePassXC?
In my case they’re local. Like explained in the docs that I linked, the url field need to be set:
You can setup one or more databases to open automatically when you unlock a single database. This is done by (1) defining a special group named AutoOpen with (2) entries that contain the file path and credentials for each database that should be opened. There is no limit to the number of databases that can be opened.
Case matters with auto open, the group name must be exactly AutoOpen.
Enter the absolute or relative path to the database file in the url field. You can also use the {DB_DIR} placeholder to reference the absolute path of the current database file.
You can setup an entry to open on double click of the URL field by prepending kdbx:// to the relative or absolute path to the database file. You may also have to add file:// to access network shares (e.g., kdbx://file://share/database.kdbx).
OK, thanks for the feature request and the extra detail. Unfortunately I think this would fall down the priority list, and it's probably worth just using a convenience unlock method to make your life easier swapping between multiple databases.
Same as #401