forked from gpickin/coldbox-plugin-BCrypt
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name" : "BCrypt", | ||
"version" : "3.0.0", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip", | ||
"author" : "Ortus Solutions <[email protected]>", | ||
"homepage" : "https://github.com/coldbox-modules/bcrypt", | ||
"documentation" : "https://github.com/coldbox-modules/bcrypt", | ||
"repository" :{ | ||
"type" : "git", | ||
"url" : "https://github.com/coldbox-modules/bcrypt" | ||
"name":"BCrypt", | ||
"version":"3.0.1", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip", | ||
"author":"Ortus Solutions <[email protected]>", | ||
"homepage":"https://github.com/coldbox-modules/bcrypt", | ||
"documentation":"https://github.com/coldbox-modules/bcrypt", | ||
"repository":{ | ||
"type":"git", | ||
"url":"https://github.com/coldbox-modules/bcrypt" | ||
}, | ||
"bugs" : "https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM", | ||
"slug" : "BCrypt", | ||
"shortDescription": "A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.", | ||
"type" : "modules", | ||
"contributors" :[ | ||
"bugs":"https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM", | ||
"slug":"BCrypt", | ||
"shortDescription":"A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.", | ||
"type":"modules", | ||
"contributors":[ | ||
"Seth Feldkamp", | ||
"Brad Wood <[email protected]>", | ||
"Luis Majano <[email protected]>", | ||
|
@@ -23,11 +23,11 @@ | |
"**/.*", | ||
"tests", | ||
"*/.md" | ||
], | ||
"dependencies" :{ | ||
"cbjavaloader": "^2.0.0" | ||
}, | ||
"scripts":{ | ||
], | ||
"dependencies":{ | ||
"cbjavaloader":"^2.0.0" | ||
}, | ||
"scripts":{ | ||
"release":"recipe build/release.boxr", | ||
"format":"cfformat run *.cfc,models/,test-harness/tests/specs", | ||
"format:watch":"cfformat watch *.cfc,models/,test-harness/tests/specs ./.cfformat.json", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
---- | ||
|
||
## [3.0.1] => 2020-NOV-25 | ||
|
||
### Fixed | ||
|
||
* @wpdebruin <[email protected]> - enabled `workfactor` to be used in `hashPassword()` | ||
|
||
---- | ||
|
||
## [3.0.0] => 2020-NOV-1 | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters