Release v2.2.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Password hashing and session token helpers.
|
||||
|
||||
const crypto = require('crypto');
|
||||
|
||||
const PASSWORD_ITERATIONS = Number(process.env.PASSWORD_HASH_ITERATIONS || 310000);
|
||||
|
||||
Reference in New Issue
Block a user