Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not merge] Node Upgrade dev branch #371

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
18.19
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.12.0] - 2024-02-01

- testing

## [2.11.0] - 2021-01-25

- Fix local development
Expand Down Expand Up @@ -31,7 +35,6 @@

- `PUBLIC_WT_URL` generation fixed for specific clusters


## [2.6.2] - 2019-03-28

- Clarify authorization information and claims
Expand All @@ -45,19 +48,19 @@
**BREAKING CHANGE:** After upgrading to 2.6 or a higher version, you need to do the following to continue operation:

1. Rotate your key and re-publish the rule on the extension's Configuration page. This is needed due to the changed
logic on storing and handling the Api Key.
logic on storing and handling the Api Key.
2. The rule published by this extension is named `auth0-authorization-extension`. Check your tenant's rules. If you see
a rule named `auth0-authz` disable/remove it **by following the instructions below**.
a rule named `auth0-authz` disable/remove it **by following the instructions below**.

#### Checklist to disable/remove `auth0-authz` rule:
#### Checklist to disable/remove `auth0-authz` rule:

1. Go to your tenant's rules
2. Modify `auth0-authorization-extension`'s order to be right next to `auth0-authz` extension.
3. Check `auth0-authz` to be sure that it is not authored by you and no manual changes are done.
4. Check `auth0-authz` to be sure that disabling/removing it will not change authorization flow in a way to grant
access or privileges to users that shouldn't have it.
5. Disable the `auth0-authz` rule. After verifying that everything is in order, you can choose to keep
it disabled or remove it.
1. Go to your tenant's rules
2. Modify `auth0-authorization-extension`'s order to be right next to `auth0-authz` extension.
3. Check `auth0-authz` to be sure that it is not authored by you and no manual changes are done.
4. Check `auth0-authz` to be sure that disabling/removing it will not change authorization flow in a way to grant
access or privileges to users that shouldn't have it.
5. Disable the `auth0-authz` rule. After verifying that everything is in order, you can choose to keep
it disabled or remove it.

Failing to do these will cause an "InvalidApiKey" or "You are not allowed to access this application." error on rule
execution.
Expand Down Expand Up @@ -87,6 +90,7 @@ execution.
- Optimizations to avoid Blocking event loop

## [2.4.8] - 2017-12-14

- Uses `setImmediate` to avoid blocks

## [2.4.7] - 2017-11-28
Expand Down
1 change: 0 additions & 1 deletion build/webpack/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'react',
'react-bootstrap',
'react-dom',
'react-loader-advanced',
'react-router',
'react-redux',
'redux',
Expand Down
Loading
Loading