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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
## Change Log
2
2
3
+
#### 0.22.X: Hashing update
4
+
5
+
##### 0.22.0
6
+
-:sparkles: separate hashing configuration of `_users` and `sl-users` passwords (there is a new `sessionHashing` object right besides `iterations`)
7
+
-:sparkles: session validation takes all parameters of the `_users` doc into account when verifying the session (`iterations` and `pbkdf2_prf`)
8
+
-:sparkles: new `_users` session will default to 'sha256' with 1000 iterations and 32 byte keys. To prevent couchdb from upgrading them to stronger hashes, configure `upgrade_hash_on_auth` to false or `iterations` to 1000. As the `_users` provide only temporary access and use random passwords, the time to verify the hashes with 600.000 iterations it not really worth it as couch-auth doesn't employ hash-caching as couchdb does.
0 commit comments