-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update handling of OIDC auth requests (dynamic presentation sub…
…mission creation) (#658)
- Loading branch information
1 parent
cdaa99e
commit 413bc9c
Showing
13 changed files
with
6,968 additions
and
1,012 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@blockchain-lab-um/oidc-client-plugin": minor | ||
"@blockchain-lab-um/masca": minor | ||
--- | ||
|
||
Update handling of oidc auth requests. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blockchain-lab-um/dapp": patch | ||
--- | ||
|
||
Resolve missing intl translation |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
"email": "[email protected]", | ||
"url": "https://blockchain-lab.um.si" | ||
}, | ||
|
||
"scripts": { | ||
"build": "pnpm nx run-many --target=build", | ||
"build:docker": "./scripts/build-docker.sh", | ||
|
@@ -80,7 +79,9 @@ | |
"[email protected]": "patches/[email protected]", | ||
"@iden3/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@metamask/snaps-sdk": "patches/@metamask__snaps-sdk.patch" | ||
"@metamask/snaps-sdk": "patches/@metamask__snaps-sdk.patch", | ||
"@astronautlabs/jsonpath": "patches/@astronautlabs__jsonpath.patch", | ||
"escodegen": "patches/escodegen.patch" | ||
}, | ||
"allowNonAppliedPatches": false | ||
} | ||
|
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.