Adding support for anon.li Alias #20020
anondotli
started this conversation in
Password Manager
Replies: 1 comment
-
|
✨ Thank you for your code contribution proposal! While the Bitwarden team reviews your submission, we encourage you to check out our contribution guidelines. Please ensure that your code contribution includes a detailed description of what you would like to contribute, along with any relevant screenshots and links to existing feature requests. This information helps us gather feedback from the community and Bitwarden team members before you start writing code. To keep discussions focused, posts that do not include a proposal for a code contribution will be removed.
Thank you for contributing to Bitwarden! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
✅ Code Contribution Proposal
Code Contribution Proposal
We'd like to add anon.li Alias as a "Forwarded Email Alias" service in Bitwarden's Generator.
anon.li is an open-source (AGPL v3) email aliasing platform that also bundles zero-knowledge encrypted file sharing. Source code: https://github.com/anondotli/anon.li
Why anon.li fits alongside existing integrations
API details
The integration would use anon.li's alias creation API:
Response:
{ "alias": "random123@anon.li", "id": "...", "created_at": "..." }Users generate an API key from their anon.li dashboard under Settings -> API Keys.
What we're proposing to contribute
We are happy to submit PRs to the following repositories:
The implementation follows the same pattern as the existing SimpleLogin/Addy.io/Forward Email forwarders - a new forwarder class, service dropdown entry, and the API key + optional server URL fields for self-hosted instances.
We'll run the local Bitwarden dev environment and test all integrations before submitting.
Key differentiators from existing services (AI generated table)
Links
Happy to answer any questions or adjust the API to better fit Bitwarden's integration patterns. We're big fans of what you're building and would love to give your users another privacy-focused option!
Beta Was this translation helpful? Give feedback.
All reactions