-
Notifications
You must be signed in to change notification settings - Fork 9
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
Credo integration #36
Closed
jrhender
wants to merge
37
commits into
openwallet-foundation-labs:develop
from
impactility:credo-integration
Closed
Credo integration #36
jrhender
wants to merge
37
commits into
openwallet-foundation-labs:develop
from
impactility:credo-integration
Conversation
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
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
- mock credo service - fix unit test cases - remove sample.env file - fix validation schema Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: mesaresachin <[email protected]>
Signed-off-by: mesaresachin <[email protected]>
Signed-off-by: mesaresachin <[email protected]>
Needed for rush-pnpm patch-commit to work Signed-off-by: jrhender <[email protected]>
Ideally, a permanent upstream fix can be made in Credo. Signed-off-by: jrhender <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
…tion - Fixed the test cases Signed-off-by: mesaresachin <[email protected]>
- remove spruce dependency - fix didAuth test case Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: jrhender <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
- fix lint issue for any return type Signed-off-by: ShikharBhatt <[email protected]>
feat: integrate credo in credentials api
Signed-off-by: jrhender <[email protected]>
Signed-off-by: jrhender <[email protected]>
jrhender
force-pushed
the
credo-integration
branch
from
September 27, 2024 13:17
f666caf
to
d108705
Compare
Signed-off-by: jrhender <[email protected]>
This gives more flexible on where the config values are loaded from https://docs.nestjs.com/techniques/configuration Signed-off-by: jrhender <[email protected]>
Signed-off-by: jrhender <[email protected]>
- replace better-sqlite3 with sqlite - rename in-memory-db.ts to db-config.ts - TypeOrmSQLiteModule to accept inMemory boolean param; helps in db initialization for app and unit tests Signed-off-by: ShikharBhatt <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
DB Strategy: Use common db for askar and exchanges
Signed-off-by: jrhender <[email protected]>
Signed-off-by: jrhender <[email protected]>
Signed-off-by: jrhender <[email protected]>
Changed from node-alpine to base node. node-alpine was missing shared library ld-linux-x86-64.so.2. This lib is required by Askar. Also removed unneeded package installs. Signed-off-by: jrhender <[email protected]>
Closing at #38 is merged instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR replaces didKit with Credo for core credential operations.
Remaining TODO items:
~/.afj
)