Skip to content

Commit

Permalink
Merge pull request #209 from brionmario/fix-custom-auth-params
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Stop transforming custom auth params
  • Loading branch information
brionmario authored Dec 21, 2023
2 parents 3804ff4 + ddddf51 commit 8e5d4f5
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.1"
"@asgardeo/auth-spa": "^3.0.0"
},
"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.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-js@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-5.0.0.tgz#ad63c232ac0588363e95c54d576c6318a6d4be93"
integrity sha512-BMQsTzpFwtgbSeJvmSDgRrOjXfA6+yQ2NUq7CXP4q1TtqZJt8s/zadOazPM00/jIY8B2ENS0CLRHp07M0mFdOw==

"@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==
"@asgardeo/auth-spa@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-3.0.0.tgz#5b852a34850a5f8a70c22725d0f283925905f8b6"
integrity sha512-97WU9e9rt2FtmZwWyDYriEb9u3ZbUGZ/jkdKnXwIwwZod5+8yJsZq+dxFrvl2Bu473RfvdWr/kvXx6/DfZWBKg==
dependencies:
"@asgardeo/auth-js" "^4.1.2"
"@asgardeo/auth-js" "^5.0.0"
await-semaphore "^0.1.3"
axios "^0.26.0"
base64url "^3.0.1"
Expand Down

0 comments on commit 8e5d4f5

Please sign in to comment.