-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow users to defer password hasing with
isHashed
parameter …
…in `createSrpSession` (#29) * add isHashed flag to createSrpSession to allow users to defer password hashing to signSrpSession * fix integration test * update tests * add node v21 to test since it's in active use * fix incorrectly referenced env var * ban 0 for short public key test cases to stop AbortOnZeroSrpError causing flaking tests * update integration tests * update test workflow with new github action secrets * update github actions node version * update github actions node version * drop support for node v16 * only run integration tests after unit tests * drop tests for node v21 for now * only run integration tests if unit tests pass * update API docs in README. add section about password hashing * rm node v21 for release workflow * rm comment * update README examples * update CONTRIBUTING * typo --------- Co-authored-by: Simon McAllister <[email protected]> Co-authored-by: Simon McAllister <[email protected]>
- Loading branch information
1 parent
605d5ea
commit 9d56963
Showing
18 changed files
with
565 additions
and
233 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
Oops, something went wrong.