Skip to content

Commit

Permalink
Merge pull request #207 from dhaura/DP-fix-id-token-issuer-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Dec 13, 2023
2 parents f6cb87b + 5ca37a1 commit 6629262
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@asgardeo/auth-spa": "^2.1.0"
"@asgardeo/auth-spa": "^2.1.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@asgardeo/auth-js@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-4.1.1.tgz#019d1f2744199999f99750b86b761385a6b4e470"
integrity sha512-3A1MhzxZ29nX3i8K50aGyg8xKT6MnfP3IADc8lE+oYEV2WxMt81hfmJli6KNTeGYFZu98j7BX/NkIWvubk+Ctg==
"@asgardeo/auth-js@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-4.1.2.tgz#92cfd3914e86b14fbd59078599bdc47c1ec4fbd0"
integrity sha512-CYpKxQMFtxBUcp7NntlA+OoQ4BGXWLjJPYTJdMJAcU1K9GGdxGq6CvHfHGSmJ2l1qDksa8ZkCHnG/IwlDKaUqA==

"@asgardeo/auth-spa@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-2.1.0.tgz#9fd62016b86c976593aefc627e8942f6cd3de982"
integrity sha512-GLA0rz/gTJ9teesUa/aDglDm7duSz20nxVP13pj6rL3ZXV/pBUsja9SwjlvvQZHlpff4qyFKK/A7RccJtWMgEQ==
"@asgardeo/auth-spa@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-2.1.1.tgz#bb1a0aaf32a763f9262f71aac2f790886109bad7"
integrity sha512-24tRnOutAChqchTEGuEYQgCcDFeGqVzEtnztYRHFuX6VJ3mh6NZ/MfUm0gq5wb8oWwTNTGAhzSCcSnXZENLzgw==
dependencies:
"@asgardeo/auth-js" "^4.1.1"
"@asgardeo/auth-js" "^4.1.2"
await-semaphore "^0.1.3"
axios "^0.26.0"
base64url "^3.0.1"
Expand Down

0 comments on commit 6629262

Please sign in to comment.