Skip to content

Commit 8596f3b

Browse files
committed
upgrade to cbauth 5
1 parent 1640d5a commit 8596f3b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies":{
3131
"jwt-cfml":"^1.0.0",
32-
"cbauth":"^4.0.0",
32+
"cbauth":"^5.0.0",
3333
"cbcsrf":"^2.0.0"
3434
},
3535
"scripts":{

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.5.0
4+
5+
* `Feature` : Upgraded to `cbAuth` @ 5.x
6+
37
## 2.4.0
48

59
* `Feature` : We now include the `cbcsrf` module to allow for protections of cross site request forgery vectors. Please see all the features included in this module here: https://github.com/coldbox-modules/cbcsrf

test-harness/box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies":{
88
"coldbox":"^5.0.0",
99
"testbox":"be",
10-
"cbauth":"^4.0.0",
10+
"cbauth":"^5.0.0",
1111
"BCrypt":"^2.5.0-snapshot",
1212
"jwt-cfml":"^1.0.0",
1313
"cbcsrf":"^2.0.0+21"

0 commit comments

Comments
 (0)