+ "Notes": "<h2><strong>Bitwarden Dynamic Folder sample</strong></h2>\n\n<p><strong>Version</strong>: 1.0.7<br />\n<strong>Author</strong>: Royal Apps</p>\n\n<p>This Dynamic Folder sample allows you to import credentials from Bitwarden. The Bitwarden CLI client is required and the path where it is installed must be configured in the "Custom Properties" section. Also, your Bitwarden login details must be provided in the "Credentials" section. Optionally, you can configure API Key based authentication by providing your Client ID and Client Secret in the "Custom Properties" section. Note that, your Bitwarden password must still be provided even when using API Key based authentication.</p>\n\n<p>At the moment, all items are placed in the root folder. There is no support for custom folders at the moment. Bitwarden two-step login is supported, but only tested with the "Authenticator App" and "Email" providers, the 2FA (TOTP) code can be automatically generated.</p>\n\n<p>Note that if your account is hosted on any other domain than vault.bitwarden.com, you must configure that domain using the Bitwarden command-line tool (CLI) before using this dynamic folder script. (see <a href=\"https://bitwarden.com/help/cli/#config\">https://bitwarden.com/help/cli/#config</a>).</p>\n\n<h3><strong>Requirements</strong></h3>\n\n<ul>\n\t<li><a href=\"https://help.bitwarden.com/article/cli\">Bitwarden command-line tool (CLI)</a></li>\n\t<li>Python Module: __future__</li>\n\t<li>Python Module: sys</li>\n\t<li>Python Module: functools</li>\n\t<li>Python Module: json</li>\n\t<li>Python Module: subprocess</li>\n\t<li>Python Module: os</li>\n\t<li>Python Module: tkinter</li>\n\t<li>Python Module: <a href=\"https://github.com/pyauth/pyotp\">pyotp</a> (only needed when using the auto TOTP 2FA code generation)</li>\n</ul>\n\n<h3><strong>Setup</strong></h3>\n\n<ul>\n\t<li>Specify the full, absolute path to the Bitwarden CLI tool in the "Custom Properties" section.</li>\n\t<li>Specify credentials for accessing your Bitwarden vault in the "Credentials" section.</li>\n\t<li>When using the auto TOTP 2FA code generation, specify the TOTP key in the "Custom Properties" section.</li>\n\t<li>Optionally, specify your Client ID and Client Secret for API Key based authentication in the "Custom Properties" section.</li>\n\t<li>Optionally, specify a custom server url in the "Custom Properties" section.</li>\n</ul>\n",
0 commit comments