You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
----
9
9
10
-
## [2.15.0] => 2021-NOV
10
+
## [2.15.0] => 2021-DEC-10
11
11
12
12
### 🚀 Added
13
13
14
-
* Pass custom claims from `refreshToken()` method when refreshing tokens
15
-
* Pass in the current jwt payload in to `getJWTCustomClaims`
14
+
* Pass custom claims from `refreshToken( token, customClaims)` method when refreshing tokens
15
+
* Pass in the current jwt payload in to `getJWTCustomClaims( payload )`
16
16
17
17
### 🐛 Fixed
18
18
@@ -230,7 +230,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230
230
* If a rule is matched, we will store it in the `prc` as `cbSecurity_matchedRule` so you can see which security rule was used for processing invalid access actions.
231
231
* If a rule is matched we will store the validator results in `prc` as `cbSecurity_validatorResults`
232
232
* Ability for modules to register cbSecurity rules and setting overrides by registering a `settings.cbSecurity` key.
233
-
* Ability for modules to override the `validator` setting. So each module can have their own security validator schema.
233
+
* Ability for modules to override the `validator` setting. So each module can have their own security validator schema.
234
234
* New security rule visualizer for graphically seeing you rules and configuration. Can be locked down via the `enableSecurityVisualizer` setting. Disabled by default.
235
235
236
236
```json
@@ -309,7 +309,7 @@ settings = {
309
309
## [1.0.2]
310
310
311
311
* Removed `getPlugin()` deprecated calls to new approach.
312
-
*https://ortussolutions.atlassian.net/browse/CCM-26 cbsecurity ocm rules not ColdBox 4 compat
312
+
*https://ortussolutions.atlassian.net/browse/CCM-26 cbsecurity ocm rules not ColdBox 4 compat
0 commit comments