Skip to content

Commit

Permalink
Revert Keycloak-js library to version 25 (#8)
Browse files Browse the repository at this point in the history
* fix origin check on server.mjs

* add real ip on nginx

* add logs to server.mjs for origin control

* real IP cloudflare

* cloudflare update

* improve proxy detection

* missing deactivation function

* remove https header for deactivate

* restore license info (try)

* revert last change

* fix empty license when no machines

* change renew button condition

* add validation code with button

* switch logic for renew button

* remove recursive check on proxy

* Complete revamp of Portal to display all keys allocated to user

* missing css property

* fix css typo

* Bump express from 4.19.2 to 4.20.0 in /portal (#5)

* Remove proxy recursive check

* List Keys on Portal connection (#4)

* fix origin check on server.mjs

* add real ip on nginx

* add logs to server.mjs for origin control

* real IP cloudflare

* cloudflare update

* improve proxy detection

* missing deactivation function

* remove https header for deactivate

* restore license info (try)

* revert last change

* fix empty license when no machines

* change renew button condition

* add validation code with button

* switch logic for renew button

* remove recursive check on proxy

* Complete revamp of Portal to display all keys allocated to user

* missing css property

* fix css typo

* Bump express from 4.19.2 to 4.20.0 in /portal

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: MaxWaldorf <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update depedencies

* upgrade packages versions

* revert keycloak-js version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
MaxWaldorf and dependabot[bot] authored Oct 23, 2024
1 parent 0e61e07 commit 793d1f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"keycloak-js": "^26.0.1",
"keycloak-js": "^25.0.6",
"parcel": "^2.12.0",
"process": "^0.11.10",
"react": "^18.3.1",
Expand Down
21 changes: 17 additions & 4 deletions portal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,11 @@ jackspeak@^4.0.1:
dependencies:
"@isaacs/cliui" "^8.0.2"

js-sha256@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.11.0.tgz#256a921d9292f7fe98905face82e367abaca9576"
integrity sha512-6xNlKayMZvds9h1Y1VWc0fQHQ82BxTXizWPEtEeGvmOUYpBRy4gbWroHLpzowe6xiQhHpelCQiE7HEdznyBL9Q==

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
Expand All @@ -1594,10 +1599,18 @@ json5@^2.2.0, json5@^2.2.1:
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

keycloak-js@^26.0.1:
version "26.0.1"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-26.0.1.tgz#02042600c6cb8146389785bc5ce89b6c1bf92063"
integrity sha512-Fhn7a9FVKTpno2yfhL6/eiQrmEgBkiM+toVBJ1+g8kasG6CeiMKnI93byL5W8W3M7Ld3Im1QD3kuL/z4vJHGcg==
jwt-decode@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keycloak-js@^25.0.6:
version "25.0.6"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-25.0.6.tgz#ea2e74d907f251c93080c6e2245d9d858bd4b329"
integrity sha512-Km+dc+XfNvY6a4az5jcxTK0zPk52ns9mAxLrHj7lF3V+riVYvQujfHmhayltJDjEpSOJ4C8a57LFNNKnNnRP2g==
dependencies:
js-sha256 "^0.11.0"
jwt-decode "^4.0.0"

[email protected]:
version "1.27.0"
Expand Down

0 comments on commit 793d1f2

Please sign in to comment.