git ssb

1+

Dominic / ssb-keys



Commit adfa6993e11410faf3839c272ceaaf5eeaf7481e

fix: createAuth now refers to exports instead of ssbKeys

Paul Frazee committed on 3/6/2015, 9:18:29 PM
Parent: 4ff807195459766ec1f04d3382c33737ff9c525c

Files changed

index.jschanged
index.jsView
@@ -229,9 +229,9 @@
229229 return deepEqual(hmac, _hmac)
230230 }
231231
232232 exports.createAuth = function (keys, role) {
233- return ssbKeys.signObj(keys, {
233+ return exports.signObj(keys, {
234234 role: role || 'client',
235235 ts: Date.now(),
236236 public: keys.public
237237 })

Built with git-ssb-web