-
Notifications
You must be signed in to change notification settings - Fork 970
Add support for LessPass (stateless open source password manager) #7846
Comments
I managed to run the extension in Not sure what's the next step. Could give us some pointers to better integrate with Brave? Install
Add extensionCopy it from Chromium extensions' directory:
to Brave extensions' directory:
Load the extensionEdit browser-laptop/app/extension.js to add the following lines:
RunOn one terminal
On a second terminal
Demo time 🎉Known issue
|
cc: @jonathansampson |
Should I submit a pull with my modification of extensions.js? It seems a bit rough as the extension will always be shown in the toolbar. |
@edouard-lopez there isn't a doc showing how to integrate like 1Password/Dashlane/LastPass... yet I created a stub here which I'll be updating here over the next few minutes 😄 |
@edouard-lopez I just finished updating the doc above; please let me know if the information is useful 😄 There should be enough info there for you to generate PRs against the 3 repos we have |
Thanks @bsclifton, after some discussion we are limiting our project's scope to focus on some feature. |
Extension preferences has landed, hopefully it will be possible to install LessPass extension soon. Related: |
@edouard-lopez Thank you for the update! We're making great progress towards broader/more-rapid adoption. Stay tuned. |
@edouard-lopez When you tested this, were all primary user-scenarios covered, or did you run into issues (other than the broken keyboard command) that weren't working entirely? I'd love to see LessPass move forward :) |
@jonathansampson |
@edouard-lopez This is great to hear. I'll speak with some of the team about adding support for LessPass! The Chrome format (CRX) is all we need. |
Thanks @jonathansampson this will help speed up process and streamline update of the extension. If you need information feel free to ping me or guillaume on twitter or submit issue. |
Can I be of some help to push this forward? |
This is something we won't be able to get to- closing as However, with brave-core, potentially anything in the Chrome Web Store would be available (so this is resolved with brave-core) |
LessPass focus on privacy and manage your passwords directly from your browser, they never leave your device and passwords are never stored. We use a
site
, alogin
and amaster password
to generate a unique password. So no need to sync your password vault across every device. Learn more.All our supported platform are build around a core
NPM
module with a clean api used to create passwords that should be easy to port to Brave (as we already support Android, Chrome and Firefox, Cozy Cloud, Linux distros, Terminal).Screenshot
In current supported browser, we integrate as a pop-up extension.
Related issues
The text was updated successfully, but these errors were encountered: