Skip to content

Commit

Permalink
#32
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 12, 2024
1 parent 4632875 commit f8e6587
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lint-staged": "^11.1.1",
"node-fetch": "2.7.0",
"@types/node-fetch": "2.6.11",
"oidc-client-ts": "3.0.1",
"oidc-client-ts": "3.1.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"ts-node": "^10.9.1",
Expand Down
313 changes: 313 additions & 0 deletions patches/oidc-client-ts+3.1.0.patch

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ export async function createOidc<
}

const oidcClientTsUserManager = new OidcClientTsUserManager({
configHash,
"authority": issuerUri,
"client_id": clientId,
"client_secret": clientSecret,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2604,10 +2604,10 @@ object-keys@^1.1.1:
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==

oidc-client-ts@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-3.0.1.tgz#be264fb87c89f74f73863646431c32cd06f5ceb7"
integrity sha512-xX8unZNtmtw3sOz4FPSqDhkLFnxCDsdo2qhFEH2opgWnF/iXMFoYdBQzkwCxAZVgt3FT3DnuBY3k80EZHT0RYg==
oidc-client-ts@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-3.1.0.tgz#28d3254951a1c64cc9780042c61492a71b2240dd"
integrity sha512-IDopEXjiwjkmJLYZo6BTlvwOtnlSniWZkKZoXforC/oLZHC9wkIxd25Kwtmo5yKFMMVcsp3JY6bhcNJqdYk8+g==
dependencies:
jwt-decode "^4.0.0"

Expand Down

0 comments on commit f8e6587

Please sign in to comment.