-
Notifications
You must be signed in to change notification settings - Fork 22
06 ‐ Plugins
The FOSS community may have developed plugins around VoucherVault.
These will be listed here.
Caution
These plugins may be developed and maintained by third parties.
Third-party plugins may introduce security risks.
Always review the source code and verify the credibility of the authors before installation or use.
VoucherVault >= 1.27 supports pre-filling form data by GET parameters. Due to this, one can craft a static import URL to automatically import item data into a VoucherVault instance. Authentication and manual item creation is still required and does not impact security.
The idea was suggested by Raukze and outlined in this Github issue.
Finally, the author behind VoucherVault spun up a free Cloudflare Worker instance to implement this kind of deep link redirecting service. The linker service is available at https://vouchervault-linker.lrvt.de and uses URL fragments via the # character so that sensitive item details are never shared with the worker's backend or logs (alike to Bitwarden's Send feature).
The source code and more details can be found within the /deeplink directory.
Warning
If you use OIDC SSO and were not already authenticated in your VoucherVault instance, parts of the URL fragments are lost during SSO redirects. If so, please click the import link again and it will work.