-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #6 Make API more secure It shouldn't be possible for passwords to accidentally leak. Thus a new type was introduced: `Password` Now all `hashPassword` procs only accept that type. They also now return `seq[byte]` which is a more correct representation of a hash. In turn, encodeHash accepts seq[byte] and encodes it itself. For clarity purposes the `Hash` type was introduced for this. * #6 update docs to reflect API change * #6 add missing API changes * Attempt test-workflow upgrade * #6 attempt to fix test * #6 improve test accuracy by checking if cli execution even worked * Add test dependency * Remove testing for macos and windows I can't test for them, I don't know their setup * Improve test failure message
- Loading branch information
1 parent
ea04e42
commit 39e88cf
Showing
11 changed files
with
105 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.