Alex Potsides
8c56ec0d23
fix: allow certain keychain operations without a password ( #726 )
...
* fix: allow certain keychain operations without a password
Listing, removing, renaming etc keys do not require a password so
the user should not be required to provide one.
This means we don't have to prompt the user to create a password
when they aren't going to do any operations that require a password.
* fix: make keychain pass optional
* fix: support libp2p creation without keychain pass
Co-authored-by: Jacob Heun <jacobheun@gmail.com >
2020-08-05 19:03:11 +02:00
Jacob Heun
51d7ca44c1
feat(keychain): add support for ed25519 and secp keys ( #725 )
...
* feat(keychain): add support for ed25519 and secp keys
* chore: bump crypto
* refactor: cleanup keychain usage
2020-08-05 18:19:10 +02:00
Vasco Santos
0be74e6a61
chore: apply suggestions from code review
...
Co-authored-by: Jacob Heun <jacobheun@gmail.com >
2020-05-28 12:37:48 +02:00
Vasco Santos
6065923356
chore: integrate libp2p-keychain into js-libp2p ( #633 )
...
Integrates the libp2p-keychain codebase into this repo
2020-05-28 12:37:48 +02:00
Vasco Santos
8bf5a70bb8
chore: integrate libp2p-keychain into js-libp2p ( #633 )
...
Integrates the libp2p-keychain codebase into this repo
Co-authored-by: David Dias <daviddias.p@gmail.com >
Co-authored-by: Richard Schneider <makaretu@gmail.com >
Co-authored-by: Maciej Krüger <mkg20001@gmail.com >
Co-authored-by: Victor Bjelkholm <victorbjelkholm@gmail.com >
Co-authored-by: Masahiro Saito <camelmasa@gmail.com >
Co-authored-by: Alan Shaw <alan.shaw@protocol.ai >
Co-authored-by: Hugo Dias <mail@hugodias.me >
Co-authored-by: Alberto Elias <hi@albertoelias.me >
Co-authored-by: Alex Potsides <alex@achingbrain.net >
Co-authored-by: Jacob Heun <jacobheun@gmail.com >
2020-05-28 12:37:48 +02:00