Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit fbd06a7

Browse files
author
Hans Kristian Flaatten
committed
Return pre-defined dkLen length
1 parent 1cd8410 commit fbd06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ TurbasenAuth.prototype.createUserAuth = (name, email, pass, cb) ->
8686
prf: 'HMAC-SHA1'
8787
itrs: itrs
8888
salt: salt
89-
dkLen: 256
89+
dkLen: dkLen
9090
hash: hash
9191

9292
module.exports = TurbasenAuth

0 commit comments

Comments
 (0)