Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module: "key management" #9

Merged
merged 20 commits into from
Jun 5, 2024
Merged

Add module: "key management" #9

merged 20 commits into from
Jun 5, 2024

Conversation

abhi3700
Copy link
Contributor

@abhi3700 abhi3700 commented Jun 4, 2024

This PR is to add the "Key Management" module along with its test suite and some examples.

@abhi3700 abhi3700 self-assigned this Jun 4, 2024
@abhi3700 abhi3700 added the enhancement New feature or request label Jun 4, 2024
@abhi3700 abhi3700 changed the title Add key management modules Add module: "key management" Jun 4, 2024
.gitignore Outdated Show resolved Hide resolved
packages/auto-id/package.json Outdated Show resolved Hide resolved
packages/auto-id/src/index.ts Outdated Show resolved Hide resolved
packages/auto-id/tsconfig.json Outdated Show resolved Hide resolved
packages/auto-id/src/keyManagement.ts Outdated Show resolved Hide resolved
packages/auto-id/package.json Show resolved Hide resolved
@abhi3700 abhi3700 closed this Jun 4, 2024
@abhi3700 abhi3700 deleted the add-key-module branch June 4, 2024 17:35
# Conflicts:
#	package.json
#	yarn.lock
…key-module

# Conflicts:
#	.gitignore
#	packages/auto-id/README.md
- In `saveOnFileSystem` function, check if value is already a string to avoid unnecessary JSON string conversion
- Use the generic `save` function instead of directly using `fs.writeFile`
- Modify the corresponding tests for `saveKey` function.
@abhi3700 abhi3700 reopened this Jun 5, 2024
Copy link
Collaborator

@marc-aurele-besner marc-aurele-besner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link
Member

@jfrank-summit jfrank-summit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are lockfile issues in CI.

@abhi3700 abhi3700 merged commit 0252e96 into main Jun 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants